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

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