From a99617fe8fdb56b3e877558bfd6572ce65ad39de Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 11 Oct 2000 23:54:37 +0000 Subject: Finish reorganizing things. At least I think I've finished. --- include/stdlib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 08af451f0..581c8cce7 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -106,6 +106,9 @@ extern div_t div __P ((int __numer, int __denom)) __attribute__ ((__const__)); extern long int labs __P ((long int __x)) __attribute__ ((__const__)); extern ldiv_t ldiv __P ((long int __numer, long int __denom)) __attribute__ ((__const__)); +/* Generate a unique temporary file name from TEMPLATE. */ +extern char *mktemp __P ((char *__template)); +extern int mkstemp __P ((char *__template)); #endif /* __STDLIB_H */ -- cgit v1.2.3