#include <stdio.h>#include <stdlib.h> int main(void){ printf("Available stack size is %d bytes\n", stackavail()); return 0;}
Standard input is empty
cc1: warnings being treated as errors prog.c: In function ‘main’: prog.c:6: error: implicit declaration of function ‘stackavail’
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!