mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
nxstyle: covert utf-8 to ascii
libs/libc/stdio/lib_libgetstreams.c: C source, UTF-8 Unicode text -> libs/libc/stdio/lib_libgetstreams.c: C source, ASCII text Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -62,7 +62,7 @@ FAR struct streamlist *lib_get_streams(void)
|
||||
* Name: lib_get_stream
|
||||
*
|
||||
* Description:
|
||||
* Return a pointer to the file stream for this thread and given fd。
|
||||
* Return a pointer to the file stream for this thread and given fd.
|
||||
* Note: only reserved fd number 0/1/2 is valid.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user