index
:
c-knr-exercises
main
Implementations of the exercises from The C Programming Language (Second Edition).
Zhineng Li <
[email protected]
>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ch01
/
ex07-eof.c
blob: f91bb7505623087ed1f95ad01bda684887b33128 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main() { printf("%d\n", EOF); }