#include <stdlib.h> int stackavail(void);
This function returns the number of bytes that are available on the stack.
not ANSI, not POSIX
printf("Available stack size is %d bytes\n", stackavail());
Go to the first, previous, next, last section, table of contents.