Codebase list braa / HEAD arch / braautil.h
HEAD

Tree @HEAD (Download .tar.gz)

braautil.h @HEADraw · history · blame

1
2
3
4
#define gmalloc(a) malloc(a)
#define grealloc(a, b) realloc(a, b)

u_int32_t * oiddup(u_int32_t * o, int l);