kolibrios/contrib/sdk/sources/newlib/libc/include/memory.h

12 lines
208 B
C
Raw Normal View History

/*
* Copyright (C) KolibriOS team 2024. All rights reserved.
* Distributed under terms of the GNU General Public License
*/
#ifndef _MEMORY_H_
#define _MEMORY_H_
#include <string.h>
#endif // _MEMORY_H_