index
:
tinkerbunk.git
this commit
osdev
experiments with zig, just a sandbox repo to test zig and it's features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
csrc
/
sh.h
blob: 523c3f065e5b62a0a65e893df8fa4598ae775de8 (
plain
)
1
2
3
4
5
#ifndef __SHELLH__
#define __SHELLH__
int
shell
();
#endif