Posted the old one I was playing around with...the current one is this:
for (io_move(row, col), len<=0 ? len=strlen(str) : len; len > 0; len--, *str++) {
*str ? io_putch(*str) : io_putch(' ');
}
Still missing one space though...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment