00001 #ifndef STR_FUNCS_HPP 00002 #define STR_FUNCS_HPP 00003 /* ============================================================================ 00004 "str_funcs.h" contains the function declarations for the string manipulation 00005 functions defined in "str_funcs.cpp". 00006 ============================================================================ */ 00007 char *fits_str_cull (char *str); 00008 00009 #endif