libexplain  1.4.D001
Functions
libexplain/string_to/pointer.c File Reference
#include <libexplain/ac/dlfcn.h>
#include <libexplain/ac/stdio.h>
#include <libexplain/ac/string.h>
#include <libexplain/string_to_thing.h>

Go to the source code of this file.

Functions

void * explain_parse_pointer_or_die (const char *text)

Function Documentation

void* explain_parse_pointer_or_die ( const char *  text)

The explain_string_to_thing function may be used to convert text to a pointer 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 28 of file pointer.c.