simplify/debloat radix point alignment code in floatscan
[oweals/musl.git] / src / internal / stdio_impl.h
index c5f45eb1eed42df486fbe1c3bd29e7fb7a0df524..5ec296f38961e0a604b7f7eaec452a4f88efc7a9 100644 (file)
@@ -59,6 +59,8 @@ struct __FILE_s {
        off_t off;
        int (*flush)(FILE *);
        void *mustbezero_2;
+       unsigned char *shend;
+       off_t shlim, shcnt;
 };
 
 size_t __stdio_read(FILE *, unsigned char *, size_t);