aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.3.1/fixincludes/tests/base/string.h
blob: 0c70f3014f1997aedc6d5541b4d7a1bf8ef8f4bb (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 */