BFLibC 0.1
C Library
Loading...
Searching...
No Matches
free.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BFFree(x)   if (x) { free(x); x = 0; }
 

Macro Definition Documentation

◆ BFFree

#define BFFree ( x)    if (x) { free(x); x = 0; }

author: Brando date: 8/1/22