mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 19:06:36 +00:00
5 lines
80 B
C
5 lines
80 B
C
|
#ifndef _MEMORY_H
|
||
|
#define _MEMORY_H
|
||
|
#include <string.h>
|
||
|
#endif /* !_MEMORY_H */
|