avoid nonportable example code
[p5sagit/p5-mst-13.2.git] / os2 / os2ish.h
index d6bf2df..c9719e6 100644 (file)
@@ -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(),