Better support for multicharacter foldings.
[p5sagit/p5-mst-13.2.git] / epoc / epocish.h
index 75a64fc..ae4970f 100644 (file)
 
 double epoc_atof( const char *ptr);
 #define atof(a) epoc_atof(a)
+#define strtoul(a,b,c) epoc_strtoul(a,b,c)
 
+#define init_os_extras Perl_init_os_extras
+
+#define NO_ENVIRON_ARRAY
+
+#define ARG_MAX 4096