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: 35faa4c32652d45c6d2f6a167fc361aacacb563c (plain)
1
2
3
4

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