1 // CS0601: The DllImport attribute must be specified on a method marked `static' and `extern'
5 using System
.Runtime
.InteropServices
;
8 [DllImport("cygwin1.dll", EntryPoint
="puts", CharSet
=CharSet
.Ansi
)]
9 public extern int puts (string name
);