// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- // Provides functions for handling C strings ('\0' terminated char arrays). // ---------------------------------------------------------------------------- #ifndef __STRING_H #define __STRING_H __STRING_H // TODO #endif // __STRING_H