Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/include/bin.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#pragma	lib	"libbin.a"
2
#pragma	src	"/sys/src/libbin"
3
 
4
typedef struct Bin	Bin;
5
 
6
#pragma incomplete Bin
7
 
8
void	*binalloc(Bin **, ulong size, int zero);
9
void	*bingrow(Bin **, void *op, ulong osize, ulong size, int zero);
10
void	binfree(Bin **);