libproff/utils.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following functions.
/* $Id: utils.h,v 1.2 1999/12/25 01:32:54 proff Exp $
* $Copyright:$
*/
#ifndef UTILS_H
#define UTILS_H
#include "utils.ext"
#define Xmalloc(x) lp_Xmalloc ((x), __FILE__ ":" STR(__LINE__))
#define Smalloc(x) lp_Smalloc ((x), __FILE__ ":" STR(__LINE__))
#define Scalloc(x,y) lp_Scalloc ((x), (y), __FILE__ ":" STR(__LINE__))
#define Srealloc(x,y) lp_Srealloc ((x), (y), __FILE__ ":" STR(__LINE__))
#undef strdup
#define strdup(x) lp_strdup((x), __FILE__ ":" STR(__LINE__))
#define Sstrdup(x) lp_Sstrdup ((x), __FILE__ ":" STR(__LINE__))
#define Xstrdup(x) lp_Xstrdup ((x), __FILE__ ":" STR(__LINE__))
#endif /* UTILS_H */