nuttx/Documentation/applications/examples/system/index.rst
2023-10-21 22:13:55 +08:00

10 lines
172 B
ReStructuredText

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