aboutsummaryrefslogtreecommitdiffstats
path: root/com32/lib/stack.c
blob: e778e8e2a577d37a7c65f5c8cc7c5be0362fd696 (plain)
1
2
3
4
#include <stdlib.h>

/* Default stack size 8 MB */
size_t stack_size = 8 << 20;