Documentation

LOG_INFO

LOG_INFO Description Writes an informational log message. …[in] : Format string and arguments following printf-style syntax.

Read More

LOG_SYS_ERROR

LOG_SYS_ERROR Description Writes an error-level log message with errno explanation appended at the end of final string.

Read More

LOG_SYS_FATAL

LOG_SYS_FATAL Description Writes a fatal log message and aborts the program, with errno explanation appended at the end of final string.

Read More

LOG_SYS_INFO

LOG_SYS_INFO Description Writes an informational log message along with errno explanation appended at then end of final string.

Read More

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