system
System() example
This is a simple test of the system()
command. The test simply executes this
system
command:
ret = system("ls -Rl /");
system
System() exampleThis is a simple test of the system()
command. The test simply executes this
system
command:
ret = system("ls -Rl /");