Skip to content
Snippets Groups Projects
Commit 89e7d609 authored by y2-binyahya's avatar y2-binyahya
Browse files

tokenization add on for stack managemnt

parent a3783424
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,14 @@ process_execute (const char *file_name) ...@@ -66,7 +66,14 @@ process_execute (const char *file_name)
// tokenisation code Mohamed2 Almarri (m2-almarri) // tokenisation code Mohamed2 Almarri (m2-almarri)
/* team members should handle these data and prepare it for task 2 in arguments passing */ /* team members should handle these data and prepare it for task 2 in arguments passing */
file_name=file_name_extracted; //assign the extracted filename to the original var to be passed.
//prints out to check the args
printf("filename: %s\n", filename);
printf("args1: %s\n", args1);
printf("args2: %s\n", args2);
printf("args3: %s\n", args3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment