mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
7 lines
84 B
C
7 lines
84 B
C
|
#ifndef _STRINGS_H
|
||
|
#define _STRINGS_H
|
||
|
|
||
|
#include <string.h>
|
||
|
|
||
|
#endif /* _STRINGS_H */
|