Skip to content

Instantly share code, notes, and snippets.

View awilfox's full-sized avatar
🦊
Mostly doing FOSS on weekends

A. Wilcox awilfox

🦊
Mostly doing FOSS on weekends
View GitHub Profile
@awilfox
awilfox / preproc.h
Created January 10, 2012 02:43
Xcode 4.2 (4C199) on Mac OS X.6.8 (10K549) system preprocessor definitions
// cpp -E -dM
#define __DBL_MIN_EXP__ (-1021)
#define __FLT_MIN__ 1.17549435e-38F
#define __DEC64_DEN__ 0.000000000000001E-383DD
#define __CHAR_BIT__ 8
#define __WCHAR_MAX__ 2147483647
#define __NO_MATH_INLINES 1
#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
#define __FLT_EVAL_METHOD__ 0
#define __DBL_MIN_10_EXP__ (-307)