index
:
reX
master
A Tiny Linux Distribution
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
smash
/
exec.h
blob: 74780b09de91a604e64943a4cd6bca4d7978dc6d (
plain
)
1
2
3
4
5
6
#ifndef EXEC_H
#define EXEC_H
void
exec
(
char
*
line
);
#endif