memory.h 80 B

1234
  1. #ifndef _MEMORY_H
  2. #define _MEMORY_H
  3. #include <string.h>
  4. #endif /* !_MEMORY_H */