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

Go to the source code of this file.

Functions

unsigned long explain_parse_ulong_or_die (const char *text)

Function Documentation

unsigned long explain_parse_ulong_or_die ( const char *  text)

The explain_string_to_ulong function may be used to convert text to an unsigned long 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 25 of file ulong.c.