#ifndef _FSP_MY_STRING_H_
#define _FSP_MY_STRING_H_ 1

#include <string.h>

#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif

#endif /* _FSP_MY_STRING_H_ */


syntax highlighted by Code2HTML, v. 0.9.1