Home | History | Annotate | Download | only in lib
      1 #include <stdlib.h>
      2 
      3 /* Default stack size 8 MB */
      4 size_t __stack_size = 8 << 20;
      5