libcstl
|
Go to the source code of this file.
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)
Definition in file string.c.