]> pd.if.org Git - pdclib.old/blobdiff - functions/_PDCLIB/strtox_prelim.c
Bug #11 - memswp() in qsort() not type correct. Fixed.
[pdclib.old] / functions / _PDCLIB / strtox_prelim.c
index 69255278ac80eb70eb8ead79fbbcd0c26101da49..d36837e49ae911369009643e7b383a88c18dc373 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_strtox_prelim( const char *, char *, int * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,6 +7,7 @@
 */
 
 #include <ctype.h>
+#include <stddef.h>
 
 const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base )
 {