File: my-string.h

package info (click to toggle)
fsp 2.81.b24-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,900 kB
  • ctags: 1,423
  • sloc: ansic: 9,215; sh: 3,710; makefile: 212; lex: 130; csh: 77; python: 22
file content (10 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#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_ */