nuttx/Documentation/applications/examples/system/index.rst

10 lines
172 B
ReStructuredText
Raw Normal View History

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