new files
This commit is contained in:
parent
9e37bb03b3
commit
97a5e5f2dd
9 changed files with 1334 additions and 0 deletions
13
include/bin.h
Normal file
13
include/bin.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
#pragma lib "libbin.a"
|
||||
#pragma src "/sys/src/libbin"
|
||||
*/
|
||||
|
||||
#ifndef _HAVE_BIN
|
||||
typedef struct Bin Bin;
|
||||
#define _HAVE_BIN
|
||||
#endif
|
||||
|
||||
void *binalloc(Bin **, ulong size, int zero);
|
||||
void *bingrow(Bin **, void *op, ulong osize, ulong size, int zero);
|
||||
void binfree(Bin **);
|
||||
Loading…
Add table
Add a link
Reference in a new issue