<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/range.c">
<Name>LQU_StringToRange</Name>
<Class>Utilities/Numeric Range
<Purpose>
Converts the given string to a range; integers can subsequently be
matched against the range with LQU_NumberWithinRange.
<Returns>
<LIST>
<LI>a pointer to a range on success
<LI>0 otherwise
</LIST>
<Errors>
A null string argument produces a fatal error.
Syntax errors are also fatal.
<SeeAlso>
LQU_LargerThanRangeTop
LQU_NumberWithinRange
</Function>
<Decl>
API t_Range *
LQU_StringToRange(String)
    CONST char *String;
</Decl>
</Entry>
