forked from KolibriOS/kolibrios
9 lines
95 B
C
9 lines
95 B
C
|
#ifndef _MEMORY_H
|
||
|
#define _MEMORY_H
|
||
|
|
||
|
#ifndef _STRING_H
|
||
|
#include <string.h>
|
||
|
#endif
|
||
|
#endif
|
||
|
|