xref: /minix/include/memory.h (revision 58a2b000)
1 #ifndef _MEMORY_H
2 #define _MEMORY_H
3 
4 #include <string.h>
5 
6 #endif /* _MEMORY_H */
7