All pastes #379119 Raw Edit

Anonymous

public text v1 · immutable
#379119 ·published 2007-03-03 00:02 UTC
rendered paste body
#define char * bu_free(char* x) \
               { \
               if(x) {  \
                    free(x)  \
                    x = NULL;  \
                      }  \
                return(x); \
                }