Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ITT we write out own printf function

Name: Anonymous 2009-03-29 5:17

Name: Anonymous 2009-03-29 6:21

for(int i=0; i<textlength; i++){
putchar(text[i]);
}

Name: Anonymous 2009-03-29 8:10

(for
  (= int i 0)
  (< i textlength)
  (++ i)
 (putchar (th i text)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List