@@ -0,0 +1,17 @@
/* Bedingte Anweisung */
/* bedanw.c */
#include <stdio.h>
#include <stdlib.h>
int main ()
{
int var;
var = puts ("hier bin ich!");
if (var == EOF)
exit (1);
return 0;
}
The note is not visible to the blocked user.