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:
chao an 2023-07-13 22:55:12 +08:00 committed by Xiang Xiao
parent 8ef5f02b66
commit 8277229f53

View File

@ -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.
*
****************************************************************************/