2003-04-19 21:10:08 +00:00
|
|
|
/* 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
|
2003-08-27 02:19:07 +00:00
|
|
|
#define _STRING_INCLUDED
|
|
|
|
#include <strings.h>
|
2005-08-15 00:50:43 +00:00
|
|
|
#endif /* _STRING_INCLUDED */
|