mirror of
https://github.com/cc65/cc65.git
synced 2025-03-19 22:34:04 +00:00
Fixed a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3087 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
87d0d88986
commit
0b6da0f1e4
@ -30,7 +30,7 @@ struct indesc {
|
||||
infunc fin; /* Pointer to input routine */
|
||||
unsigned ccount; /* Number of chars read */
|
||||
|
||||
/* Fields used outside from _scanf */
|
||||
/* Fields used outside of _scanf */
|
||||
char* buf; /* Pointer to input buffer */
|
||||
unsigned size; /* Size of input buffer */
|
||||
unsigned fill; /* Fill mark of input buffer */
|
||||
@ -49,4 +49,4 @@ int _scanf (struct indesc* d, const char* format, va_list ap);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user