mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 19:07:09 +03:00
9 lines
95 B
C
9 lines
95 B
C
|
#ifndef _MEMORY_H
|
||
|
#define _MEMORY_H
|
||
|
|
||
|
#ifndef _STRING_H
|
||
|
#include <string.h>
|
||
|
#endif
|
||
|
#endif
|
||
|
|