util.h (228B)
1 #define MIN(a,b) (((a)<(b))?(a):(b)) 2 #define bpdump(p,n) 1 3 4 #undef strlcpy 5 size_t strlcpy(char *, const char *, size_t); 6 7 void weprintf(const char *, ...); 8 void eprintf(const char *, ...); 9 void enprintf(int, const char *, ...);