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