mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
Add cookies support
This commit is contained in:
10
strptime/strptime.h
Normal file
10
strptime/strptime.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef STRPTIME_H
|
||||
#define STRPTIME_H
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
char* strptime(const char *buf, const char *fmt, struct tm *tm);
|
||||
#endif
|
||||
|
||||
#endif // STRPTIME_H
|
||||
Reference in New Issue
Block a user