summaryrefslogtreecommitdiffstats
path: root/src/core/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Split debug functions out into core/debug.c, so that they can beMichael Brown2006-05-171-0/+87
automatically linked in on demand. Corrected warnings in misc.c. strtoul() really should be unsigned long strtoul ( const char *p, const char **endp, int base ) but such is not the ANSI standard.