O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
cleanup.h File Reference

Functions to be used with the cleanup attribute. More...

Go to the source code of this file.

Functions

void cleanup_allocated_memory (void **address)
 Given the address of a pointer, this pointer is passed to free if its value is not NULL.

Detailed Description

Functions to be used with the cleanup attribute.

Author
Antoine GAGNIERE

Definition in file cleanup.h.