Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dll.h « dlltest « samples « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fac5332b5e7ab12bd9969add6a8562f31d6699e (plain)
1
2
3
4

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