mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +00:00
26 lines
544 B
C
26 lines
544 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_acos(void);
|
|
extern void func_asin(void);
|
|
extern void func_atan(void);
|
|
extern void func_ceil(void);
|
|
extern void func_cos(void);
|
|
extern void func_exp(void);
|
|
extern void func_round(void);
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "acos", func_acos },
|
|
{ "asin", func_asin },
|
|
{ "atan", func_atan },
|
|
{ "ceil", func_ceil },
|
|
{ "cos", func_cos },
|
|
{ "exp", func_exp },
|
|
{ "round", func_round },
|
|
|
|
{ 0, 0 }
|
|
};
|