diff options
| author | Quentin Carbonneaux <[email protected]> | 2023-03-16 16:22:11 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2023-03-16 16:22:11 +0100 |
| commit | 011dfc839d40c735fb63474aa6d5e1412b823a3b (patch) | |
| tree | 4579fecc9c703d8ff348a69c6ce74679c8d2c210 /all.h | |
| parent | 6f45894c7f5f145208e0fce4344b2b87eb8ae722 (diff) | |
silence format warning more reliably
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -458,6 +458,7 @@ void freeall(void); void *vnew(ulong, size_t, Pool); void vfree(void *); void vgrow(void *, ulong); +void fmt(char *, char *, ...); uint32_t intern(char *); char *str(uint32_t); int argcls(Ins *, int); |
