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

char-ready? in C

Name: Hartley Hare 2013-01-06 23:14

Why not?

Name: Anonymous 2013-01-06 23:18

int fready(FILE *stream);
Returns 0 if reads will block, 1 if it won't, and (possibly) EOF if there's an error on the stream.

Why they not put him in the standard?

Name: Anonymous 2013-01-06 23:26

(define (lel)
 (cond ((char-ready?) (display "YAY") (newline))
  (else (display "GO ON JEFFREY!") (newline) (lel))))

(lel)

I want to write this in C!

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