forked from KolibriOS/kolibrios
12 lines
208 B
C
12 lines
208 B
C
|
/*
|
||
|
* 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_
|