mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 19:40:07 +08:00
9fbd510569
Provide <memory.h> for all standard Newlib targets and remove Cygwin-specific header. Most POSIX like systems provide this historic header. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
5 lines
80 B
C
5 lines
80 B
C
#ifndef _MEMORY_H
|
|
#define _MEMORY_H
|
|
#include <string.h>
|
|
#endif /* !_MEMORY_H */
|