mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +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 ']'.
|
* Return a pointer to the character the closing ']'.
|
||||||
* The table has a 1 wherever characters should be considered part of the
|
* The table has a 1 wherever characters should be considered part of the
|
||||||
* scanset.
|
* 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
|
#ifdef CONFIG_LIBC_SCANSET
|
||||||
|
|||||||
Reference in New Issue
Block a user