libcstl
Loading...
Searching...
No Matches
string.c File Reference

Go to the source code of this file.

Detailed Description

Much like string.h, this file serves only to include the actual implementation file after setting certain macros to enable the "templatization" in that file to work. This file mus set the cstl_STRING and STDSTRPFX macros as described in string.h. In addition it must set STRNUL to the NUL character as represented by the string's character type.

This file also contains the unit tests for the string object(s)

See also
string.h for a description of necessary macros
_string.c for the templatized String object implementation

Definition in file string.c.