(my)TinyLibC 0.0.1
little tiny pretty lib c
|
Go to the source code of this file.
Macros | |
#define | UNUSED __attribute__((unused)) |
Functions | |
void | free_ifnotnull (void *ptr) |
free if ptr is not null | |
void | return_void (void) |
function that do nothing; utils for ternary with one function call | |
#define UNUSED __attribute__((unused)) |
Definition at line 11 of file tlcutils.h.
void free_ifnotnull | ( | void * | ptr | ) |
free if ptr
is not null
ptr | to free |
void return_void | ( | void | ) |
function that do nothing; utils for ternary with one function call