mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
5 lines
80 B
C
5 lines
80 B
C
|
#ifndef _MEMORY_H
|
||
|
#define _MEMORY_H
|
||
|
#include <string.h>
|
||
|
#endif /* !_MEMORY_H */
|