mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:22:58 +00:00
32 lines
709 B
C
32 lines
709 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_log(void);
|
|
extern void func_log10(void);
|
|
extern void func_round(void);
|
|
extern void func_sin(void);
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "acos", func_acos },
|
|
{ "asin", func_asin },
|
|
{ "atan", func_atan },
|
|
{ "ceil", func_ceil },
|
|
{ "cos", func_cos },
|
|
{ "exp", func_exp },
|
|
{ "log", func_log },
|
|
{ "log10", func_log10 },
|
|
{ "round", func_round },
|
|
{ "sin", func_sin },
|
|
|
|
{ 0, 0 }
|
|
};
|