Subversion Repositories Tewi

Rev

Rev 32 | Rev 44 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 34
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
//#include <sys/cdefs.h>
35
//#include <sys/cdefs.h>
36
//__RCSID("$NetBSD: strptime.c,v 1.62 2017/08/24 01:01:09 ginsbach Exp $");
36
//__RCSID("$NetBSD: strptime.c,v 1.62 2017/08/24 01:01:09 ginsbach Exp $");
37
 
37
 
-
 
38
#ifdef __MINGW32__
-
 
39
 
38
#include <ctype.h>
40
#include <ctype.h>
39
#include <string.h>
41
#include <string.h>
40
#include <time.h>
42
#include <time.h>
41
#include <stdint.h>
43
#include <stdint.h>
42
 
44
 
Line 830... Line 832...
830
    }
832
    }
831
 
833
 
832
    /* Nothing matched */
834
    /* Nothing matched */
833
    return NULL;
835
    return NULL;
834
}
836
}
-
 
837
 
-
 
838
#endif