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

CRT_fp10.c « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0527aeb03151eb4fd0c18b1a567f3df11016c684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * CRT_FP10.c
 *
 * This object file defines __CRT_PC to have a value of 10,
 * which will set default floating point precesion to 64-bit mantissa
 * at app startup.
 *
 * Linking in CRT_FP10.o before libmingw.a will override the value
 * set by CRT_FP8.o. 
 */

unsigned int __CRT_PC = 10;