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