I have to create a binary search using pointer for a school assignment. I haven't had much luck getting it to work (please keeping mocking and laughter to a minimum ...
int main(int argc, char** argv, char** envp) { int status; int pid = fork(); char* command[2]; command[0] = "cat"; command[1] = "project1a.c"; command[2] = NULL; if ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results