git: 9front

ref: b44da63f75d929a4c7c0944fe512b310f9cf0ce8
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 **);