Aktualizovat du2/program.c
This commit is contained in:
parent
3aa6854d8f
commit
97f0e25efb
@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
|
||||
char line[SIZE];
|
||||
memset(line,0,SIZE);
|
||||
char* r = fgets(line,SIZE,stdin);
|
||||
if (r == NULL){
|
||||
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user