11 lines
156 B
C
11 lines
156 B
C
#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_ */
|