2023-11-16 23:19:36 -05:00

5 lines
82 B
C

#include <stdlib.h>
/* Default stack size 8 MB */
size_t __stack_size = 8 << 20;