Update format checker to reflect that L length modifier now works in scanf.

This commit is contained in:
Stephen Heumann 2023-06-10 21:27:00 -05:00
parent e5c69670cd
commit 79e83c3092
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const
feature_ll = true;
feature_s_long = false;
feature_n_size = true;
feature_scanf_ld = false;
feature_scanf_ld = true;
type
length_modifier = (default, h, hh, l, ll, j, z, t, ld);