libfetch
0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
strptime.h
Go to the documentation of this file.
1
#ifndef STRPTIME_H
2
#define STRPTIME_H
3
#if defined(_WIN32) || defined(_WIN64)
4
#include <time.h>
5
6
char
*strptime(
const
char
*buf,
const
char
*fmt,
struct
tm *tm);
7
#endif
8
9
#endif
// STRPTIME_H
src
win32
strptime.h
Generated by
1.12.0