git: 9front

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