My bad :(
This commit is contained in:
parent
b70bbc0ba6
commit
12dc96b4a5
@ -63,13 +63,13 @@ extern "C"
|
|||||||
/* Register a handler to be run at normal program termination. */
|
/* Register a handler to be run at normal program termination. */
|
||||||
int atexit(void (*func)(void));
|
int atexit(void (*func)(void));
|
||||||
|
|
||||||
/* Parse a decimal integer from the a string. */
|
/* Parse a decimal integer from a string. */
|
||||||
int atoi(const char* s);
|
int atoi(const char* s);
|
||||||
|
|
||||||
/* Parse a decimal integer from the a string. */
|
/* Parse a decimal integer from a string. */
|
||||||
long atol(const char* s);
|
long atol(const char* s);
|
||||||
|
|
||||||
/* Parse a decimal integer from the a string. */
|
/* Parse a decimal integer from a string. */
|
||||||
long long atoll(const char* s);
|
long long atoll(const char* s);
|
||||||
|
|
||||||
double atof(const char*);
|
double atof(const char*);
|
||||||
|
Loading…
Reference in New Issue
Block a user