4 lines
80 B
C
4 lines
80 B
C
#ifndef _MEMORY_H
|
|
#define _MEMORY_H
|
|
#include <string.h>
|
|
#endif /* !_MEMORY_H */
|