use the -newos toolchain even if -elf is present.
[newos.git] / include / arch / i386 / string.h
blobf5c990ac714d7b932da45a6c4850b7488fe424ff
1 /*
2 ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _LIBC_ARCH_I386_STRING_H_
6 #define _LIBC_ARCH_I386_STRING_H_
8 #define _ASM_MEMCPY 1
9 #define _ASM_MEMMOVE 1
11 #endif