repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a missing section header table index conversion
[tangerine.git]
/
compiler
/
clib
/
include
/
sdgstd.h
blob
3d5fdd66fe0f2f31f0f43440ce39062d15202422
1
#ifndef SDGSTD_H
2
#define SDGSTD_H
3
4
char
*
strlwr
(
char
*);
5
char
*
strupr
(
char
*);
6
7
#endif
/* SDGSTD_H */