...
lib_mem.h/lib_mem.c
Prototype
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
void Mem_OutputUsage(void (*out_fnct) (CPU_CHAR *), LIB_ERR *p_err) |
...
Pointer to variable that will receive the return error code from this function .:
LIB_MEM_ERR_NONE
LIB_MEM_ERR_NULL_PTR
...
...
lib_mem.h/lib_mem.c
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
void Mem_OutputUsage(void (*out_fnct) (CPU_CHAR *), LIB_ERR *p_err) |
...
Pointer to variable that will receive the return error code from this function .:
LIB_MEM_ERR_NONE
LIB_MEM_ERR_NULL_PTR
...