source:
vendor/glibc-tests/glibc/stdio-common/tst-unbputc.c
Last change on this file was 2036, checked in by , 20 years ago | |
---|---|
|
|
File size: 98 bytes |
Line | |
---|---|
1 | #include <stdio.h> |
2 | |
3 | |
4 | int |
5 | main (void) |
6 | { |
7 | putc ('1', stderr); |
8 | putc ('2', stderr); |
9 | |
10 | return 0; |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.