mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
libs: fix nxstyle errors
fix erros reported by nxstyle Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
8975a65197
commit
ed8e5e971b
@@ -48,10 +48,10 @@
|
||||
* Name: wcsxfrm
|
||||
*
|
||||
* Description:
|
||||
* The wcsxfrm() transforms the wide-character string pointed to by b to the
|
||||
* wide-character string pointed to by a, comparing two transformed wide
|
||||
* strings with wcscmp() should return the same result as comparing the
|
||||
* original strings with wcscoll().
|
||||
* The wcsxfrm() transforms the wide-character string pointed to by b to
|
||||
* the wide-character string pointed to by a, comparing two transformed
|
||||
* wide strings with wcscmp() should return the same result as comparing
|
||||
* the original strings with wcscoll().
|
||||
* No more than n wide characters are transformed, including the trailing
|
||||
* null character. The current implementation of wcsxfrm() simply uses
|
||||
* wcslcpy() and does not support any language-specific transformations.
|
||||
|
||||
Reference in New Issue
Block a user