PatrickMckay1998 / atlas-simple_shell

0 stars 0 forks source link

Update test functions #21

Closed PatrickMckay1998 closed 1 month ago

PatrickMckay1998 commented 1 month ago

Updated test functions so it will compile;

Moved the variables to the top of the program beacuse you can not mix variable declarations inside of the code;

Moving on to implementing execve() in the program;