index
:
cuddles.git
master
cute x86-64 operating system, WIP ^w^. todo: https://pad.piratenpartei.at/p/cuddlesOS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stage3
/
shell.h
blob: d8d245044ba0d9931c9161c92dec5f94f654ada2 (
plain
)
1
2
3
4
5
6
7
8
#ifndef SHELL_H #define SHELL_H #include "def.h" void shell_run_cmd(str arg); #endif