]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/strtox_prelim.c
Bug #11 - memswp() in qsort() not type correct. Fixed.
[pdclib] / functions / _PDCLIB / strtox_prelim.c
index 6cd5a10e3520cdd059517d430de47460077b3792..d36837e49ae911369009643e7b383a88c18dc373 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include <ctype.h>
+#include <stddef.h>
 
 const char * _PDCLIB_strtox_prelim( const char * p, char * sign, int * base )
 {