mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Cosmetic update to some comments.
This commit is contained in:
@@ -455,11 +455,11 @@ int lib_vsprintf(FAR struct lib_outstream_s *obj,
|
||||
FAR const IPTR char *src, va_list ap);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: lib_vsscanf
|
||||
* Name: lib_vscanf
|
||||
*
|
||||
* Description:
|
||||
* Stream-oriented implementation that underlies scanf family: fscanf,
|
||||
* vfscanf, sscanf, and vsscanf
|
||||
* Stream-oriented implementation that underlies scanf family: scanf,
|
||||
* fscanf, vfscanf, sscanf, and vsscanf
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user