mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 20:00:27 +00:00
vcscanf: add buffer cursor variable
Keeps track of current buffer position.
This commit is contained in:
parent
3403b6c604
commit
44cb3056bc
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ int __vcscanf(int callback(void *), //
|
|||
} *freeme = NULL;
|
||||
unsigned char *buf = NULL;
|
||||
size_t bufsize;
|
||||
size_t bufcur;
|
||||
const unsigned char *p = (const unsigned char *)fmt;
|
||||
int *n_ptr;
|
||||
int items = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue