stInit Function
Declaration:
BOOL stInit(void);
Return value:

TRUE on success or FALSE on failure. Use the osGetLastError function to obtain extended error information.

Description:

This function is used to initialize the standard library. It should be called once before utilizing any functions from the standard library. This function does the following:

  • Sets the error code of the last failed operation to ERR_NO_ERROR.
  • Initializes the handle management module.
  • Initializes memory management for the alternative C library.

Version:1.0
Header file:ST_API.h
See also: BOOL, ERR_NO_ERROR, FALSE, osGetLastError, TRUE
SpaceShadow documentation