This commit is contained in:
Jim Meyering
1998-09-07 02:17:55 +00:00
parent c0ad97a781
commit 7b7b9007db
+11
View File
@@ -0,0 +1,11 @@
/* POSIX Date Syntax flags. */
#define PDS_LEADING_YEAR 1
#define PDS_TRAILING_YEAR 2
#define PDS_CENTURY 4
#define PDS_SECONDS 8
time_t
posixtime (const char *s, unsigned int syntax_bits);
struct tm *
posixtm (const char *s, unsigned int syntax_bits);