index
:
bootstrap.git
trunk
Bootstrapping a C compiler from scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
05
/
string.h
blob: e585f6bfefae4ff04cf2d16c43b96802ad811f6c (
plain
)
1
2
3
4
5
6
7
8
#ifndef _STRING_H
#define _STRING_H
#include <stdc_common.h>
#endif
// _STRING_H