z as a size specifier in printf
This commit is contained in:
parent
e7ee6ab948
commit
94b63c3083
@ -146,6 +146,10 @@ int xvasprintf(char * buf, const char * fmt, va_list args) {
|
||||
big = 1;
|
||||
++f;
|
||||
}
|
||||
if (*f == 'z') {
|
||||
big = 1;
|
||||
++f;
|
||||
}
|
||||
/* fmt[i] == '%' */
|
||||
switch (*f) {
|
||||
case 's': /* String pointer -> String */
|
||||
|
Loading…
Reference in New Issue
Block a user