blob: d70f9e08a3a948cadbf3160ead4979419dd63c03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/string.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#ifndef _STRING_INCLUDED
#define _STRING_INCLUDED
#include <strings.h>
#endif /* _STRING_INCLUDED */
|