source: libabac/abac_util.h @ 15200be

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since 15200be was 15200be, checked in by Mike Ryan <mikeryan@…>, 14 years ago

move libabac into its own directory

  • Property mode set to 100644
File size: 269 bytes
Line 
1#ifndef __UTIL_H__
2#define __UTTL_H__
3
4#include <sys/types.h>
5
6void *abac_xmalloc(size_t);
7char *abac_xstrdup(char *);
8
9#ifdef DEBUG
10#define debug_printf(...) fprintf(stderr, __VA_ARGS__)
11#else
12#define debug_printf(...) do { } while (0)
13#endif
14
15#endif /* __UTIL_H__ */
Note: See TracBrowser for help on using the repository browser.