2023-10-25 21:27:01 +08:00
|
|
|
=================================
|
|
|
|
``dev_null.c`` and ``dev_zero.c``
|
|
|
|
=================================
|
|
|
|
|
2023-10-26 19:10:13 +08:00
|
|
|
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()``).
|