Previous: , Up: Operating System Library Definitions   [Index]


7.34.1.2 Operating System Library Generation Flags

The operating system library generation flags affect the operating system library objects construction.

Zero or more generation flags may be specified for the flags argument of the operating system library construction function.

See x1f4_init_lxcase.

X1f4_LXCASE_CODELINK

indicates the operating system library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).

X1f4_LXCASE_DATELINK

indicates the output library constructor that it should observe the ‘date’ data type indications (like the type id of the ‘date’ data type).

X1f4_LXCASE_RESOURCE

indicates the operating system library constructor that it should observe the data memory allocator (data is data of the ‘text’ type).

X1f4_LXCASE_TEXTFLAT

indicates the operating system library constructor that it should observe the error reporter.