mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
8 lines
250 B
ReStructuredText
8 lines
250 B
ReStructuredText
==========
|
|
``rmcr.c``
|
|
==========
|
|
|
|
Removes all white space from the end of lines. Whitespace here includes space
|
|
characters, TAB characters, horizontal and vertical TABs, and carriage returns.
|
|
Lines will be terminated with the newline character only.
|