When I am using system function to call a shell script in my code I am getting error as follows:
Error : POSIXWrapper : unimplemented function called : system("echo 'hi'")
But if I run sample program it is working fine. Could you please tell me. I used stdlib in my code.