Documentation

LogDeinit

LogDeinit Description Shut down logging subsystem and release resources

Read More

LogInit

LogInit Description Initialize logging subsystem

Read More

LogWrite

LogWrite Description Core log message generation function

Read More

LVAL

LVAL Description Creates a temporary, addressable l-value from a given expression x.

Read More

MAX2

MAX2 Description Returns the larger of two values x and y.

Read More

MemCompare

MemCompare Description Compare memory regions.

Read More

MIN2

MIN2 Description Returns the smaller of two values x and y.

Read More

NEW

NEW Description Allocates zero-initialized memory for a type.

Read More

NULL_ITER

NULL_ITER Description Type specific NULL for given Iter object. Use this instead of NULL when comparing for nullity of Iter objects of same type. Null value for Iter objects

Read More

NULL_ITER_DATA

NULL_ITER_DATA Description Type specific NULL for data type Iter object is iterating over. Use this instead of NULL when comparing for nullity of Iter objects of same type. Null value for Iter element pointers

Read More