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:
@@ -14,5 +14,8 @@ namespace time_util {
|
||||
*/
|
||||
void time_t_to_file_time(time_t t, LPFILETIME pft);
|
||||
#endif
|
||||
char* strptime(const char* s, const char* format, struct tm* tm);
|
||||
long get_timezone();
|
||||
time_t timegm(struct tm* tm);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user