📄 testlist.c
字号:
/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
extern void func_cpp(void);
extern void func_dir(void);
extern void func_environ(void);
extern void func_file(void);
extern void func_headers(void);
extern void func_heap(void);
extern void func_printf(void);
extern void func_scanf(void);
extern void func_string(void);
extern void func_time(void);
const struct test winetest_testlist[] =
{
{ "cpp", func_cpp },
{ "dir", func_dir },
{ "environ", func_environ },
{ "file", func_file },
// { "headers", func_headers },
{ "heap", func_heap },
{ "printf", func_printf },
{ "scanf", func_scanf },
{ "string", func_string },
{ "time", func_time },
{ 0, 0 }
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -