mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-20 01:12:17 +08:00
stdio-common: Include correct skeleton in scanf input specifier tests
Follow 'scanf' itself and use the system header inclusion variant for the data-type-specific skeleton consistently across the remaining scanf family functions so that any sysdeps/ variant takes precedence even in the presence of a corresponding skeleton in stdio-common/ (though we have no such arrangement at the moment). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-character.h"
|
||||
#include "tst-scanf-format-skeleton-c.c"
|
||||
#include <tst-scanf-format-skeleton-c.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-char.c"
|
||||
#include <tst-scanf-format-skeleton-char.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-double.c"
|
||||
#include <tst-scanf-format-skeleton-double.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-float.c"
|
||||
#include <tst-scanf-format-skeleton-float.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-int.c"
|
||||
#include <tst-scanf-format-skeleton-int.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-ldouble.c"
|
||||
#include <tst-scanf-format-skeleton-ldouble.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-llong.c"
|
||||
#include <tst-scanf-format-skeleton-llong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-long.c"
|
||||
#include <tst-scanf-format-skeleton-long.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-short.c"
|
||||
#include <tst-scanf-format-skeleton-short.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uchar.c"
|
||||
#include <tst-scanf-format-skeleton-uchar.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uint.c"
|
||||
#include <tst-scanf-format-skeleton-uint.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ullong.c"
|
||||
#include <tst-scanf-format-skeleton-ullong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ulong.c"
|
||||
#include <tst-scanf-format-skeleton-ulong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-f.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ushort.c"
|
||||
#include <tst-scanf-format-skeleton-ushort.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-character.h"
|
||||
#include "tst-scanf-format-skeleton-c.c"
|
||||
#include <tst-scanf-format-skeleton-c.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-char.c"
|
||||
#include <tst-scanf-format-skeleton-char.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-double.c"
|
||||
#include <tst-scanf-format-skeleton-double.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-float.c"
|
||||
#include <tst-scanf-format-skeleton-float.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-int.c"
|
||||
#include <tst-scanf-format-skeleton-int.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-ldouble.c"
|
||||
#include <tst-scanf-format-skeleton-ldouble.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-llong.c"
|
||||
#include <tst-scanf-format-skeleton-llong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-long.c"
|
||||
#include <tst-scanf-format-skeleton-long.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-short.c"
|
||||
#include <tst-scanf-format-skeleton-short.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uchar.c"
|
||||
#include <tst-scanf-format-skeleton-uchar.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uint.c"
|
||||
#include <tst-scanf-format-skeleton-uint.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ullong.c"
|
||||
#include <tst-scanf-format-skeleton-ullong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ulong.c"
|
||||
#include <tst-scanf-format-skeleton-ulong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-ss.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ushort.c"
|
||||
#include <tst-scanf-format-skeleton-ushort.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-character.h"
|
||||
#include "tst-scanf-format-skeleton-c.c"
|
||||
#include <tst-scanf-format-skeleton-c.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-char.c"
|
||||
#include <tst-scanf-format-skeleton-char.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-double.c"
|
||||
#include <tst-scanf-format-skeleton-double.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-float.c"
|
||||
#include <tst-scanf-format-skeleton-float.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-int.c"
|
||||
#include <tst-scanf-format-skeleton-int.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-ldouble.c"
|
||||
#include <tst-scanf-format-skeleton-ldouble.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-llong.c"
|
||||
#include <tst-scanf-format-skeleton-llong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-long.c"
|
||||
#include <tst-scanf-format-skeleton-long.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-short.c"
|
||||
#include <tst-scanf-format-skeleton-short.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uchar.c"
|
||||
#include <tst-scanf-format-skeleton-uchar.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uint.c"
|
||||
#include <tst-scanf-format-skeleton-uint.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ullong.c"
|
||||
#include <tst-scanf-format-skeleton-ullong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ulong.c"
|
||||
#include <tst-scanf-format-skeleton-ulong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-v.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ushort.c"
|
||||
#include <tst-scanf-format-skeleton-ushort.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-character.h"
|
||||
#include "tst-scanf-format-skeleton-c.c"
|
||||
#include <tst-scanf-format-skeleton-c.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-char.c"
|
||||
#include <tst-scanf-format-skeleton-char.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-double.c"
|
||||
#include <tst-scanf-format-skeleton-double.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-float.c"
|
||||
#include <tst-scanf-format-skeleton-float.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-int.c"
|
||||
#include <tst-scanf-format-skeleton-int.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-ldouble.c"
|
||||
#include <tst-scanf-format-skeleton-ldouble.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-llong.c"
|
||||
#include <tst-scanf-format-skeleton-llong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-long.c"
|
||||
#include <tst-scanf-format-skeleton-long.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-short.c"
|
||||
#include <tst-scanf-format-skeleton-short.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uchar.c"
|
||||
#include <tst-scanf-format-skeleton-uchar.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uint.c"
|
||||
#include <tst-scanf-format-skeleton-uint.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ullong.c"
|
||||
#include <tst-scanf-format-skeleton-ullong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ulong.c"
|
||||
#include <tst-scanf-format-skeleton-ulong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vf.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ushort.c"
|
||||
#include <tst-scanf-format-skeleton-ushort.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-character.h"
|
||||
#include "tst-scanf-format-skeleton-c.c"
|
||||
#include <tst-scanf-format-skeleton-c.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-char.c"
|
||||
#include <tst-scanf-format-skeleton-char.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-double.c"
|
||||
#include <tst-scanf-format-skeleton-double.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-float.c"
|
||||
#include <tst-scanf-format-skeleton-float.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-int.c"
|
||||
#include <tst-scanf-format-skeleton-int.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-real.h"
|
||||
#include "tst-scanf-format-skeleton-ldouble.c"
|
||||
#include <tst-scanf-format-skeleton-ldouble.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-llong.c"
|
||||
#include <tst-scanf-format-skeleton-llong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-long.c"
|
||||
#include <tst-scanf-format-skeleton-long.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-short.c"
|
||||
#include <tst-scanf-format-skeleton-short.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uchar.c"
|
||||
#include <tst-scanf-format-skeleton-uchar.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-uint.c"
|
||||
#include <tst-scanf-format-skeleton-uint.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ullong.c"
|
||||
#include <tst-scanf-format-skeleton-ullong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ulong.c"
|
||||
#include <tst-scanf-format-skeleton-ulong.c>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#include "tst-scanf-format-skeleton.h"
|
||||
#include "tst-scanf-format-vs.h"
|
||||
#include "tst-scanf-format-integer.h"
|
||||
#include "tst-scanf-format-skeleton-ushort.c"
|
||||
#include <tst-scanf-format-skeleton-ushort.c>
|
||||
|
||||
Reference in New Issue
Block a user