Prototype cleanup; use "config.h" where appropriate

This commit is contained in:
H. Peter Anvin 2007-01-15 01:20:41 -08:00
parent d9938a7d83
commit d15a61abe6
5 changed files with 19 additions and 23 deletions

View file

@ -5,9 +5,7 @@
*
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "config.h"
char *xstrdup(const char *s)
{