c++ - Official Definition of sscanf() Format String? -


i'm implementing own version of sscanf() in different language (not c or c++).

i'm finished. i'm trying wrap of finer details of meaning of format string. however, searching web, i'm finding not documentation sscanf() same.

for example, %i handle octal , hexadecimal while others don't include format type. , discuss %[ while others not. in addition, details seem omitted.

what authoritative documentation of how format string should interpreted?

i'm not fanatical complying standard. compatible existing format strings can.

edit

if interested, i've published c# implementation of sscanf() code online.

see iso/iec 9899:1999 7.19.6.2 (fscanf) - last c standard


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -