You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is completely wrong. printw is like the C function printf so the first argument is the format string and it takes a bunch of other arguments, the objects to be formatted. The prototype should be something like
printw(str::T,objs::Any...)
but I have no idea if this fits with the C declaration...
The text was updated successfully, but these errors were encountered:
The declaration for
printw
isThis is completely wrong.
printw
is like the C functionprintf
so the first argument is the format string and it takes a bunch of other arguments, the objects to be formatted. The prototype should be something likebut I have no idea if this fits with the C declaration...
The text was updated successfully, but these errors were encountered: