9 lines
94 B
C
9 lines
94 B
C
#pragma once
|
|
|
|
struct cmd_exec {
|
|
size_t argc;
|
|
char *args[12];
|
|
};
|
|
|
|
int eval(char *str);
|