Tag: scanf

  • man sscanf: %d is deprecated in C or glibc?

    man sscanf: %d is deprecated in C or glibc?

    26 I was just reading the glibc sscanf man page (from the Linux man-pages package) and I found the following: The following conversion specifiers are available: (…) d    Deprecated. Matches an optionally signed decimal integer; the next pointer must be a pointer to int. i    Deprecated. Matches an optionally signed integer; the next…