mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
350295d009
Author: Gregory Nutt <gnutt@nuttx.org> TODO: Remove 'Missing fscanf()' bug Clean up remaining complaints for tools/nxstyle Apply tools/detab, rmcr, convert-comments, lowhex, and indent.sh to the new and highly modified files. Author: Johannes <nivus.entwicklung@gmail.com> - Move vscanf logic to lib_sscanf.c Switched to stream interface (tricky, because the old implementation used massive read ahead, which isn't suitable for streams, chars already read are gone). - Added scanf and fscanf - Added hh, h, and ll modifiers - Fixes for standard compliance in scanf - Fixes for standard compliance in strto... function family (don't consume single '-' or '+', allow sign in strotul(l))