test3.h

来自「RTX 实现Windows 实时化的组件」· C头文件 代码 · 共 27 行

H
27
字号
//
// TEST3.H
//

#include <windows.h>
#include <wchar.h>
#include <stdio.h>
//#include <string.h>
//#include <ctype.h>
//#include <conio.h>
//#include <stdlib.h>
//#include <math.h>
//#include <errno.h>
#include <rtapi.h>


LARGE_INTEGER  buffer[1100];
static int n=0;

// function prototype for periodic timer function
void
RTFCNDCL
TimerHandler(
                void *   nContext
            );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?