git: 9front

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