tgrekov-philosophers
HIVE philosophers July 2024
|
Definition in file atoi_errable.c.
Go to the source code of this file.
Functions | |
int | atoi_errable (const char *str, int *n) |
Converts ascii digits from str to a signed integer, output into n . Returns 0 on success, 1 on overflow. | |
int atoi_errable | ( | const char * | str, |
int * | n | ||
) |
Converts ascii digits from str
to a signed integer, output into n
. Returns 0 on success, 1 on overflow.
[in] | str | |
[out] | n |
int |
Definition at line 28 of file atoi_errable.c.