From 7f6efbc9e18cb812351eeec3ea51132b9c0d9c21 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 9 Aug 1997 15:43:59 +0000 Subject: Import strptime(3) into libc. We've got permission by Kevin Ruddy to modify the original `no modifications' copyright message, and i've included his mail into the source file. The common localization functions between strptime(3) and strftime(3) have been broken out into timelocal.[ch]. --- include/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/time.h b/include/time.h index dfc4e59..29cae4c 100644 --- a/include/time.h +++ b/include/time.h @@ -135,6 +135,7 @@ void tzset __P((void)); #endif /* not ANSI */ #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) +const char *strptime __P((const char *, const char *, struct tm *)); char *timezone __P((int, int)); void tzsetwall __P((void)); time_t timelocal __P((struct tm * const)); -- cgit v1.1