SSCANF(9) Basic C Library Functions SSCANF(9)NAMEsscanf - Unformat a buffer into a list of argumentsSYNOPSISint sscanf(const char * buf, const char * fmt, ...);ARGUMENTSbuf input buffer fmt formatting of buffer @...: resulting arguments ... variable argumentsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 SSCANF(9)
| Related Man Pages |
|---|
| xo_message(3) - freebsd |
| xo_attr(3) - freebsd |
| xo_attr_hv(3) - freebsd |
| xo_err(3) - freebsd |
| xo_message_c(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| help with sscanf |
| Help with sscanf |
| using sscanf |
| sscanf() weired behaviour |
| Format specifier for sscanf() in C |