Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by nishi, Thu Oct 17 10:18:01 2024 UTC | Revision 1.3 by nishi, Thu Oct 17 10:25:19 2024 UTC | |
---|---|---|
# | Line 35 | Line 35 |
35 | //#include <sys/cdefs.h> | //#include <sys/cdefs.h> |
36 | //__RCSID("$NetBSD: strptime.c,v 1.62 2017/08/24 01:01:09 ginsbach Exp $"); | //__RCSID("$NetBSD: strptime.c,v 1.62 2017/08/24 01:01:09 ginsbach Exp $"); |
37 | ||
38 | #if defined(__MINGW32__) || defined(_MSC_VER || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__NeXT__) || defined(__bsdi__) | #if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__NeXT__) || defined(__bsdi__) |
39 | ||
40 | #include <stdlib.h> | #include <stdlib.h> |
41 | #include <ctype.h> | #include <ctype.h> |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |