1 2 3 4 5 6 7 8 9 10
#ifndef _MEMORY_H #define _MEMORY_H #include <sys/features.h> #include <string.h> #endif