summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/zpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code2/zpy.c')
-rw-r--r--comp/lucas-standen-NEA/code2/zpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/comp/lucas-standen-NEA/code2/zpy.c b/comp/lucas-standen-NEA/code2/zpy.c
index 923d5c8..40a497e 100644
--- a/comp/lucas-standen-NEA/code2/zpy.c
+++ b/comp/lucas-standen-NEA/code2/zpy.c
@@ -16,6 +16,7 @@ bool omitc = false;
char compilerflags[64][128];
int compilerflagscount = 0;
+//# this function return will deal with the args given to stdin, and put the needed values into globals
void processargs(int argc, char **argv){
for (int i = 1; i < argc; i++){
if (argv[i][0] == '-'){
@@ -94,6 +95,4 @@ int main(int argc, char **argv){
system(cmd);
remove("./tmp.zpy.c");
}
-
-
}