using System;using System.Runtime.InteropServices;class Program { static void Main(string[] args) { handler = new ConsoleEventDelegate(ConsoleEventCallback); SetCo
文件在C语言的定义如下:typedef struct _iobuf{ char* _ptr; int _cnt; char* _base; int _flag; int _file; int _charbuf; int _bufsiz; char* _tmpfname;} FILE; //可以使用FILE来定义变量文件操