naming nit

This commit is contained in:
Quentin Carbonneaux 2023-03-19 07:38:24 +01:00
parent 011dfc839d
commit eb9fcece9e
5 changed files with 7 additions and 7 deletions

2
all.h
View file

@ -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);