mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Pick double / long double depending on availability.
This commit is contained in:
@@ -12,6 +12,10 @@ int main(int argc, const char *argv[])
|
||||
|
||||
DEBUG_LOG("Version: %s", COMPILER_VERSION);
|
||||
|
||||
DEBUG_LOG("Size of long double: %d", (int)sizeof(long double));
|
||||
char *dummy;
|
||||
DEBUG_LOG("Strtold returns a value of size %d", (int)sizeof(strtold(dummy, &dummy)));
|
||||
|
||||
// Parse arguments.
|
||||
BuildOptions build_options = parse_arguments(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user