comparison lib/tempname.c @ 4691:ce37d22a271f

Remove K&R cruft.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 12 Sep 2003 18:24:51 +0000
parents fcd34d3861a4
children 6962b5c5069f
comparison
equal deleted inserted replaced
4690:41205f607f6d 4691:ce37d22a271f
42 # define __GT_DIR 2 42 # define __GT_DIR 2
43 # define __GT_NOCREATE 3 43 # define __GT_NOCREATE 3
44 #endif 44 #endif
45 45
46 #include <stddef.h> 46 #include <stddef.h>
47
48 #if STDC_HEADERS || _LIBC
49 # include <string.h>
50 #endif
51
52 #include <stdlib.h> 47 #include <stdlib.h>
48 #include <string.h>
53 49
54 #if HAVE_FCNTL_H || _LIBC 50 #if HAVE_FCNTL_H || _LIBC
55 # include <fcntl.h> 51 # include <fcntl.h>
56 #endif 52 #endif
57 53