gcc/fixincludes/tests/base/string.h

14 lines
329 B
C

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