diff options
Diffstat (limited to 'include/cmd_out.h')
| -rw-r--r-- | include/cmd_out.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/cmd_out.h b/include/cmd_out.h new file mode 100644 index 0000000..ff4e882 --- /dev/null +++ b/include/cmd_out.h @@ -0,0 +1,6 @@ +#ifndef CMD_OUT_H +#define CMD_OUT_H + +char* cmd_out(const char *cmd); + +#endif
\ No newline at end of file |
