source: vendor/glibc-tests/glibc/stdio-common/tst-unbputc.c

Last change on this file was 2036, checked in by bird, 20 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 98 bytes
Line 
1#include <stdio.h>
2
3
4int
5main (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.