2023-10-23 18:58:34 +02:00
|
|
|
``system`` System() example
|
|
|
|
===========================
|
2023-10-21 12:24:43 +02:00
|
|
|
|
|
|
|
This is a simple test of the ``system()`` command. The test simply executes this
|
|
|
|
``system`` command:
|
|
|
|
|
|
|
|
.. code-block:: C
|
|
|
|
|
|
|
|
ret = system("ls -Rl /");
|