Esempio n. 1
0
 public int putc(int c)
 {
     return(NativeImports.putc(c, stream));
 }