#include <u.h> #include <libc.h> #include <bio.h> void main() { print("The value of EOF is %d\n", Beof); exits(0); }
$ 9c eof9.c; 9l eof9.o -o eof9 $ ./eof9 The value of EOF is -1