2018年12月16日

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 JebediahKerman 阅读(809) 评论(0) 推荐(0)

导航