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

Go to the source code of this file.

Functions

unsigned explain_parse_uint_or_die (const char *text)

Function Documentation

unsigned explain_parse_uint_or_die ( const char *  text)

The explain_string_to_uint function may be used to convert text to an unsigned 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 26 of file uint.c.