Good day to you all

Perhaps you might help me with a little problem?

I am calling a binary from my console c program.


printf("result of ls\n");
system("ls -lh");
...