fsp/include/my-string.h
2020-06-06 09:42:16 +02:00

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_ */