ReactOS 0.4.15-dev-7924-g5949c20
testlist.c
Go to the documentation of this file.
1#define __ROS_LONG64__
2
3#define STANDALONE
4#include <apitest.h>
5
6extern void func_CommandLine(void);
7extern void func_ieee(void);
8extern void func_popen(void);
9extern void func_splitpath(void);
10
11const struct test winetest_testlist[] =
12{
13 { "CommandLine", func_CommandLine },
14 { "ieee", func_ieee },
15 { "popen", func_popen },
16 { "splitpath", func_splitpath },
17
18 { 0, 0 }
19};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_ieee(void)
void func_CommandLine(void)
void func_popen(void)
void func_splitpath(void)