banan-os/userspace/libraries/LibC/include/memory.h

7 lines
67 B
C

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