mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Added comment about strtoimax()
This commit is contained in:
parent
f451bb7c49
commit
6d14a80608
@ -24,6 +24,14 @@
|
|||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "strtoofft.h"
|
#include "strtoofft.h"
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE:
|
||||||
|
*
|
||||||
|
* In the ISO C standard (IEEE Std 1003.1), there is a strtoimax() function we
|
||||||
|
* could use in case strtoll() doesn't exist... See
|
||||||
|
* http://www.opengroup.org/onlinepubs/009695399/functions/strtoimax.html
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef NEED_CURL_STRTOLL
|
#ifdef NEED_CURL_STRTOLL
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user