summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/samples/dlltest/dll.h
blob: 8fac5332b5e7ab12bd9969add6a8562f31d6699e (plain)
1
2
3
4

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