mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
Add an attribution to the scanset addition to sscanf()
This commit is contained in:
@@ -142,6 +142,10 @@ static int findwidth(FAR const char *buf, FAR const char *fmt)
|
||||
* Return a pointer to the character the closing ']'.
|
||||
* The table has a 1 wherever characters should be considered part of the
|
||||
* scanset.
|
||||
*
|
||||
* Function findscanset based on source function __sccl of FreeBSD
|
||||
* (https://github.com/lattera/freebsd/blob/master/sys/kern/subr_scanf.c)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_LIBC_SCANSET
|
||||
|
||||
Reference in New Issue
Block a user