git: 9front

ref: 478e7e8b4ded417e4d9da86fe56fd5d6b83aa0ff
dir: /sys/include/bin.h/

View raw version
#pragma	lib	"libbin.a"
#pragma	src	"/sys/src/libbin"

typedef struct Bin	Bin;

#pragma incomplete Bin

void	*binalloc(Bin **, ulong size, int zero);
void	*bingrow(Bin **, void *op, ulong osize, ulong size, int zero);
void	binfree(Bin **);