Esempio n. 1
0
 public int puts(string str)
 {
     return(NativeImports.fputs(str, stream));
 }