remove ifdef from wscanf test file

This commit is contained in:
auronandace
2026-06-16 11:49:13 +01:00
parent 47b5f56d0b
commit 16c3a316c6
-3
View File
@@ -1,10 +1,7 @@
/* swscanf example */
#include <wchar.h>
#include <stdio.h>
// TODO: remove glibc?
#ifdef __GLIBC__
#include <stdarg.h>
#endif
#include "test_helpers.h"