use plan9 malloc
This commit is contained in:
parent
e290cfc138
commit
d1b4cfde55
4 changed files with 8 additions and 12 deletions
|
|
@ -25,7 +25,9 @@
|
|||
#define vlong _fmtvlong
|
||||
#define uvlong _fmtuvlong
|
||||
|
||||
#ifndef USED
|
||||
#define USED(x) if(x);else
|
||||
#endif
|
||||
|
||||
typedef unsigned char uchar;
|
||||
typedef unsigned short ushort;
|
||||
|
|
@ -37,6 +39,7 @@ typedef unsigned long long uvlong;
|
|||
typedef long long vlong;
|
||||
#endif
|
||||
|
||||
#undef nil
|
||||
#define nil 0 /* cannot be ((void*)0) because used for function pointers */
|
||||
|
||||
typedef int (*Fmts)(Fmt*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue