Search:

Type: Posts; User: it01y2

Search: Search took 0.01 seconds.

  1. Code

    #include <stdio.h>
    #include <stdlib.h>
    #include <unistd.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    #include <string.h>
    #include "simpleio.h"

    int main(int arc, char **argv, char **envp)...
  2. I have looked around for the solution but cant...

    I have looked around for the solution but cant get my code to work, can you help?
  3. Using the exec call function to execute an app

    Im just wondering how i can pass multiple parameters in this instance:

    Prompt the user to enter a program name and then input multiple parameters:

    e.g:Program Name: ls, First Parameter: -l (and...
Results 1 to 3 of 3