diff options
| author | Quentin Carbonneaux <[email protected]> | 2023-03-19 07:38:24 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2023-03-19 07:38:24 +0100 |
| commit | eb9fcece9e622712a60ad306ae83f4ac4a2a3571 (patch) | |
| tree | 6d03dc447a532d70f3afa8bb59957f87bed3d577 /all.h | |
| parent | 011dfc839d40c735fb63474aa6d5e1412b823a3b (diff) | |
naming nit
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -458,7 +458,7 @@ void freeall(void); void *vnew(ulong, size_t, Pool); void vfree(void *); void vgrow(void *, ulong); -void fmt(char *, char *, ...); +void strf(char[NString], char *, ...); uint32_t intern(char *); char *str(uint32_t); int argcls(Ins *, int); |
