CiFEr
|
Common library functionality. More...
Go to the source code of this file.
Functions | |
cfe_error | cfe_init (void) |
void * | cfe_malloc (size_t size) |
Common library functionality.
cfe_error cfe_init | ( | void | ) |
This function initializes the library. It ensures that the system's random number generator has been properly seeded. This function must be called before any other functions from this library.
void* cfe_malloc | ( | size_t | size | ) |
Malloc wrapper which aborts on failure (out-of-memory error).
size | Size of memory block |