X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=os2%2Fos2ish.h;h=c9719e65bd98a4a80ff387e5e2a61f674eed0d34;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=23857ac532bbd18435bf072f6f115a43701d42e5;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/os2/os2ish.h b/os2/os2ish.h index 23857ac..c9719e6 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -271,6 +271,8 @@ char *my_tmpnam (char *); #define isatty _isterm #define rand random #define srand srandom +#define strtoll _strtoll +#define strtoull _strtoull /* * fwrite1() should be a routine with the same calling sequence as fwrite(), @@ -305,6 +307,9 @@ void *emx_realloc (void *, size_t); ? (--FILE_ptr(fp), ++FILE_cnt(fp), (int)c) : ungetc(c,fp)) #endif +/* ctermid is missing from emx0.9d */ +char *ctermid(char *s); + #define OP_BINARY O_BINARY #define OS2_STAT_HACK 1