nuttx/Documentation/components/drivers/character/nullzero.rst
raiden00pl d98ae9d3e4 Documentation: cosmetics changes
- various style fixes
- limit the line length to about 80 characters to improve readability in terminal-based IDEs
2023-10-26 20:01:21 +08:00

9 lines
359 B
ReStructuredText

=================================
``dev_null.c`` and ``dev_zero.c``
=================================
These files provide the standard ``/dev/null`` and ``/dev/zero`` devices. See
``include/nuttx/drivers/drivers.h`` for prototypes of functions that should
be called if you want to register these devices (``devnull_register()``
and ``devzero_register()``).