diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-03-05 20:04:49 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-03-05 20:04:49 +0000 |
| commit | 68c71d4caea0ad74b14fc837a1b3b595fcfdc1d7 (patch) | |
| tree | 0a479d64fedfb11b609e897d66cf33dc0de0b695 /Plan9 | |
| parent | ad4c862fd80d3ad38a6464a9ea169a78354a77fc (diff) | |
20120305-2004
Diffstat (limited to 'Plan9')
| -rw-r--r-- | Plan9/include/lib9x.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Plan9/include/lib9x.h b/Plan9/include/lib9x.h new file mode 100644 index 00000000..8973cd15 --- /dev/null +++ b/Plan9/include/lib9x.h @@ -0,0 +1,20 @@ +#include <u.h> +typedef usize size_t; + +#define Runeerror xRuneerror +#define Rendez xRendez +#include <libc.h> +#undef Runeerror +#undef Rendez + + +enum +{ + Runeerror = 0x80, /* decoding error in UTF */ +}; +/* + * Extensions for Inferno to basic libc.h + */ + +#define setbinmode() +#define USE_FPdbleword |
