#include "curl_setup.h"
Go to the source code of this file.
Defines | |
#define | CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) |
#define | CURL_OFF_T_MIN (-CURL_OFF_T_MAX - CURL_OFF_T_C(1)) |
#define | curlx_strtoofft strtol |
#define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) |
Definition at line 71 of file strtoofft.h.
#define CURL_OFF_T_MIN (-CURL_OFF_T_MAX - CURL_OFF_T_C(1)) |
Definition at line 73 of file strtoofft.h.
#define curlx_strtoofft strtol |
Definition at line 64 of file strtoofft.h.