Update to version 3.2
This commit is contained in:
@@ -14,9 +14,12 @@
|
||||
#ifndef STRPTIME_H
|
||||
#define STRPTIME_H
|
||||
|
||||
|
||||
struct tm;
|
||||
/*
|
||||
* Version of "strptime()", for the benefit of OSes that don't have it.
|
||||
*/
|
||||
extern char *strptime(const char *, const char *, struct tm *);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user