C# __arglist 关键字
摘要:using System.Runtime.InteropServices; namespace Alpha { class Beta { [DllImport("msvcrt.dll")] static extern int scanf(string format, __arglist); [DllImport("msvcrt.d...
阅读全文
posted @ 2018-12-16 14:08
posted @ 2018-12-16 14:08