Changeset 900 in MondoRescue for trunk/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Oct 24, 2006, 8:49:18 AM (18 years ago)
Author:
Bruno Cornec
Message:

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/include/my-stuff.h

    r849 r900  
    294294 */
    295295#define paranoid_system(x) {if(system(x)) log_msg(4, x); }
    296 
    297 /**
    298  * Free @p x and set it to NULL.
    299  */
    300 #define paranoid_free(x) {if ((x) != NULL) free(x); (x)=NULL;}
    301296
    302297/**
Note: See TracChangeset for help on using the changeset viewer.