kolibrios/programs/develop/ktcc/trunk/libc/include/memory.h

9 lines
95 B
C
Raw Normal View History

#ifndef _MEMORY_H
#define _MEMORY_H
#ifndef _STRING_H
#include <string.h>
#endif
#endif