diff options
Diffstat (limited to 'src/stdio/__scanf.h')
-rw-r--r-- | src/stdio/__scanf.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/stdio/__scanf.h b/src/stdio/__scanf.h deleted file mode 100644 index e549b979..00000000 --- a/src/stdio/__scanf.h +++ /dev/null @@ -1,16 +0,0 @@ -#include <wchar.h> - -typedef struct rctx -{ - void (*read)(struct rctx *); - void *opaque; - int wide; - int (*is_space)(); - int l; - int e; - int c; - int u; - int w; -} rctx_t; - -int __scanf(rctx_t *, const wchar_t *, va_list); |