NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include ... sscanf(const char *restrict str , const char *restrict format …NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include ... sscanf(const char *restrict str , const char *restrict format …family of functions scans formatted input like sscanf (3), but read from a FILE ... getline (3) and parse them later with sscanf (3) or more specialized functions suchfamily of functions scans formatted input like sscanf (3), but read from a FILE ... getline (3) and parse them later with sscanf (3) or more specialized functions suchfamily of functions scans formatted input like sscanf (3), but read from a FILE ... getline (3) and parse them later with sscanf (3) or more specialized functions suchfamily of functions scans formatted input like sscanf (3), but read from a FILE ... getline (3) and parse them later with sscanf (3) or more specialized functions suchlsize, fp); if (nread == -1) break; nread = sscanf(linep ... path); if (nread != 2) { fprintf(stderr, "Bad sscanf()\n"); exit(EXIT_FAILURE); } if (mi_mountlsize, fp); if (nread == -1) break; nread = sscanf(linep ... path); if (nread != 2) { fprintf(stderr, "Bad sscanf()\n"); exit(EXIT_FAILURE); } if (mi_mountbuffering operations sprintf (3) formatted output conversion sscanf (3) input format conversion strerror (3) systemfrom the string into the temporary variable. */ sscanf(str, "%jd", &tmp); /* Check that the value