Sunday, September 27, 2009

oops posted the wrong io_display!

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...

No comments:

Post a Comment