V25 with 64-bit support
[pforth] / csrc / pf_clib.h
index 0d8ad18..da3dc5f 100644 (file)
@@ -25,9 +25,9 @@
        extern "C" {\r
        #endif\r
 \r
        extern "C" {\r
        #endif\r
 \r
-       cell pfCStringLength( const char *s );\r
-       void *pfSetMemory( void *s, cell c, cell n );\r
-       void *pfCopyMemory( void *s1, const void *s2, cell n);\r
+       cell_t pfCStringLength( const char *s );\r
+       void *pfSetMemory( void *s, cell_t c, cell_t n );\r
+       void *pfCopyMemory( void *s1, const void *s2, cell_t n);\r
        #define EXIT(n)  {while(1);}\r
        \r
        #ifdef __cplusplus\r
        #define EXIT(n)  {while(1);}\r
        \r
        #ifdef __cplusplus\r