7.26.9 Input/output <stdio.h>

1

Lowercase letters may be added to the conversion specifiers and length modifiers in fprintf and fscanf. Other characters may be used in extensions.

2

The gets function is obsolescent, and is deprecated.

3

The use of ungetc on a binary stream where the file position indicator is zero prior to the call is an obsolescent feature.