diff options
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #define ABORT() abort(); +#define BIT_BUCKET "/dev/null" /* Will this work? */ +#define PERL_SYS_INIT(c,v) + /* * fwrite1() should be a routine with the same calling sequence as fwrite(), * but which outputs all of the bytes requested as a single stream (unlike |