Blob


1 /*
2 #pragma lib "libbin.a"
3 #pragma src "/sys/src/libbin"
4 */
6 #ifndef _HAVE_BIN
7 typedef struct Bin Bin;
8 #define _HAVE_BIN
9 #endif
11 void *binalloc(Bin **, ulong size, int zero);
12 void *bingrow(Bin **, void *op, ulong osize, ulong size, int zero);
13 void binfree(Bin **);