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
check in work in progress on the arm port
[newos.git]
/
include
/
libc
/
arch
/
x86_64
/
string.h
blob
676e6e2b90ab31e1f7bc77b5ecc9553950a6c8e3
1
/*
2
** Copyright 2004, Travis Geiselbrecht. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
#ifndef _LIBC_ARCH_X86_64_STRING_H_
6
#define _LIBC_ARCH_X86_64_STRING_H_
7
8
#endif
9