nuttx/Documentation/applications/examples/system/index.rst
2023-10-24 13:56:34 +08:00

10 lines
206 B
ReStructuredText

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