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

5 lines
88 B
C

int Add (int x, int y);
double __attribute__((stdcall)) Sub (double x, double y);