diff --git a/runtime/csmith_minimal.h b/runtime/csmith_minimal.h index f390892a1..9ba038e01 100644 --- a/runtime/csmith_minimal.h +++ b/runtime/csmith_minimal.h @@ -28,6 +28,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +extern int printf (const char *, ...); + // FIXME-- need more versions, and a way to figure out which is needed #include "custom_stdint_x86.h" @@ -60,8 +62,6 @@ static inline void crc32_gentab (void) int crc32_context; -extern int printf (const char *, ...); - #ifdef TCC int strcmp (const char *s1, const char *s2) {