RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
(FlexOS only) A shared runtime library identifier More...
#include <cpm86.h>
Public Member Functions | |
library_id (std::string name, uint16_t major_version, uint16_t minor_version) | |
library_id (std::string name, uint16_t major_version, uint16_t minor_version, uint32_t flags) | |
void | Write (Linker::Writer &wr) |
void | Read (Linker::Reader &rd) |
(FlexOS only) A shared runtime library identifier
A library is identified by its name, version number and flags. This identifier is stored in the header of a library, and then used in executables to reference the library.