I need to make a program, ioloop.c, which takes two command line parameters that determine the number of iterations of two nested for loops. The inner loop performs a more time-consuming function, such as a trig function. The outer loop first takes a character from stdin, then outputs some number of characters after the inner loop.
My issue has been finding adequate resources on the internet about Minix 3. I haven't found any good tutorials yet that explain the process of implementing a command line method. My first assumption would be that it has something to do with the exec system call.
Any help or explanation on which Minix 3 files are used to implement command line functions would be awesome.