libexplain  1.4.D001
Functions
libexplain/string_to/int.c File Reference
#include <libexplain/string_to_thing.h>

Go to the source code of this file.

Functions

int explain_parse_int_or_die (const char *text)

Function Documentation

int explain_parse_int_or_die ( const char *  text)

The explain_parse_int_or_die function may be used to convert text to a int value.

Parameters:
textThe text to be converted.
Returns:
On success, a pointer value. On error, prints an error message and does not return.

Definition at line 24 of file int.c.