X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/970d32b553a44051cedd2caf34267b7b1cdbab78..1cb310e62eaf4422ee298d9d87c35f9dd6b4c71c:/csrc/pf_clib.h diff --git a/csrc/pf_clib.h b/csrc/pf_clib.h index 0d8ad18..da3dc5f 100644 --- a/csrc/pf_clib.h +++ b/csrc/pf_clib.h @@ -25,9 +25,9 @@ extern "C" { #endif - cell pfCStringLength( const char *s ); - void *pfSetMemory( void *s, cell c, cell n ); - void *pfCopyMemory( void *s1, const void *s2, cell n); + cell_t pfCStringLength( const char *s ); + void *pfSetMemory( void *s, cell_t c, cell_t n ); + void *pfCopyMemory( void *s1, const void *s2, cell_t n); #define EXIT(n) {while(1);} #ifdef __cplusplus