📝 change name of some identifiers. shrink size of main stack.

This commit is contained in:
ValKmjolnir
2022-07-05 18:13:54 +08:00
parent 2bc15697df
commit 82b33ffe4a
3 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
#define PRTINT64 "%lld"
#endif
const uint32_t STACK_DEPTH=4096;
const uint32_t STACK_DEPTH=2048;
inline double hex_to_double(const char* str)
{