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