use the -newos toolchain even if -elf is present.
[newos.git] / include / arch / string.h
blobbb806af14895762ef8778657b710f8893cb5a748
1 /*
2 ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _LIBC_ARCH_STRING_H_
6 #define _LIBC_ARCH_STRING_H_
8 #include <newos/types.h>
10 #include INC_ARCH(arch,string.h)
12 #endif