source:
CIVL/mods/dev.civl.abc/examples/c/fscanf.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 101 bytes | |
| Line | |
|---|---|
| 1 | #include<stdio.h> |
| 2 | |
| 3 | int main(){ |
| 4 | int x; |
| 5 | |
| 6 | fscanf(stdin, "%d", &x); |
| 7 | scanf("%d", NULL); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
