BOOL stInit(void);
TRUE on success or FALSE on failure. Use the osGetLastError function to obtain extended error information.
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:
ERR_NO_ERROR.| Version: | 1.0 |
|---|---|
| Header file: | ST_API.h |
| See also: | BOOL, ERR_NO_ERROR, FALSE, osGetLastError, TRUE |