Changed 'c' to 'a' while working on other, later abaondoned changes.
This commit is contained in:
parent
191b35631c
commit
9ed3796014
1 changed files with 9 additions and 0 deletions
9
KNR C/ex1_7-printeof.c
Normal file
9
KNR C/ex1_7-printeof.c
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
|
||||||
|
int c = EOF;
|
||||||
|
printf ("%d", c);
|
||||||
|
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue