diff options
Diffstat (limited to 'stdio-common/bug18a.c')
-rw-r--r-- | stdio-common/bug18a.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/stdio-common/bug18a.c b/stdio-common/bug18a.c deleted file mode 100644 index 663cbf4fb7..0000000000 --- a/stdio-common/bug18a.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <wchar.h> -#define CHAR wchar_t -#define L(str) L##str -#define SSCANF swscanf - -#include "bug18.c" |