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

fenv.c « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80f7cc52ce50e73328233012b47f6b2fb15a3eba (plain)
1
2
3
4
5
/* no-op function as entry point for applications built between
   2010-09-11 and 2011-03-16.  That's the timeframe of _feinitialise
   being called from mainCRTStartup in crt0.o. */
void _feinitialise (void)
{}