ReactOS 0.4.15-dev-7934-g1dc8d80
testlist.c File Reference
#include <apitest.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define __ROS_LONG64__
 
#define STANDALONE
 

Functions

void func_CommandLine (void)
 
void func_ieee (void)
 
void func_popen (void)
 
void func_splitpath (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ __ROS_LONG64__

#define __ROS_LONG64__

Definition at line 1 of file testlist.c.

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_CommandLine()

void func_CommandLine ( void  )

◆ func_ieee()

void func_ieee ( void  )

◆ func_popen()

void func_popen ( void  )

◆ func_splitpath()

void func_splitpath ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "CommandLine", func_CommandLine },
{ "ieee", func_ieee },
{ "popen", func_popen },
{ "splitpath", func_splitpath },
{ 0, 0 }
}
void func_ieee(void)
void func_CommandLine(void)
void func_popen(void)
void func_splitpath(void)

Definition at line 11 of file testlist.c.