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: 83f826fcfcd130eae7449ee17dbfe9d8c7a3919a (
plain
)
1
2
3
4
5
6
#ifndef EXEC_H
#define EXEC_H
void
execute_line
(
char
*
line
);
#endif