Sun agreed to a change of the license for the RPC code to a BSD-like license.
[glibc/pb-stable.git] / stdio-common / tst-unbputc.c
blobbbd8622b035d15767d7117b814d74fa364e62e88
1 #include <stdio.h>
4 int
5 main (void)
7 putc ('1', stderr);
8 putc ('2', stderr);
10 return 0;