diff options
-rw-r--r-- | com32/include/stdio.h | 3 | ||||
-rw-r--r-- | com32/include/zlib.h (renamed from com32/lib/zlib/zlib.h) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/com32/include/stdio.h b/com32/include/stdio.h index ada42fbe..7cbb4b89 100644 --- a/com32/include/stdio.h +++ b/com32/include/stdio.h @@ -87,6 +87,9 @@ fwrite(void *__p, size_t __s, size_t __n, FILE *__f) } #endif +/* No seek, but we can tell */ +__extern long ftell(FILE *); + __extern int printf(const char *, ...); __extern int vprintf(const char *, va_list); __extern int fprintf(FILE *, const char *, ...); diff --git a/com32/lib/zlib/zlib.h b/com32/include/zlib.h index 92edf96f..92edf96f 100644 --- a/com32/lib/zlib/zlib.h +++ b/com32/include/zlib.h |