repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move all of the files in include/libc/... down to the top level include path.
[newos.git]
/
include
/
arch
/
arm
/
string.h
blob
b84a25b96898a985f2c72a406b4f22ef300c19bb
1
/*
2
** Copyright 2003, Travis Geiselbrecht. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
#ifndef _LIBC_ARCH_ARM_STRING_H_
6
#define _LIBC_ARCH_ARM_STRING_H_
7
8
#endif
9