newlib-cygwin/winsup/mingw/samples/dlltest/dll.h

5 lines
88 B
C
Raw Normal View History

2000-02-18 03:38:33 +08:00
int Add (int x, int y);
double __attribute__((stdcall)) Sub (double x, double y);