#include <stdio.h>
#include <stdlib.h>

int main(void)
{
    printf("Available stack size is %d bytes\n", stackavail());

    return 0;
}