⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testlist.c

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 C
字号:
/* Automatically generated file; DO NOT EDIT!! */

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

#define STANDALONE
#include "wine/test.h"

extern void func_atom(void);
extern void func_change(void);
extern void func_env(void);
extern void func_error(void);
extern void func_exception(void);
extern void func_generated(void);
extern void func_info(void);
extern void func_large_int(void);
extern void func_om(void);
extern void func_path(void);
extern void func_port(void);
extern void func_reg(void);
extern void func_rtl(void);
extern void func_rtlbitmap(void);
extern void func_rtlstr(void);
extern void func_string(void);
extern void func_time(void);

const struct test winetest_testlist[] =
{
    { "atom", func_atom },
    { "change", func_change },
    { "env", func_env },
    { "error", func_error },
    { "exception", func_exception },
//    { "generated", func_generated },
    { "info", func_info },
    { "large_int", func_large_int },
    { "om", func_om },
    { "path", func_path },
    { "port", func_port },
    { "reg", func_reg },
    { "rtl", func_rtl },
    { "rtlbitmap", func_rtlbitmap },
    { "rtlstr", func_rtlstr },
    { "string", func_string },
    { "time", func_time },
    { 0, 0 }
};

⌨️ 快捷键说明

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