summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/files/clib2/include/memory.h
blob: 66949ab005f24516714840322888bbf36080a8bf (plain)
1
2
3
4
5
6
7
8
#ifndef _MEMORY_H
#define _MEMORY_H

#ifndef _STRING_H
# include <string.h>
#endif

#endif