Added #pragma stacksize

This commit is contained in:
Bobbi Webber-Manners 2020-02-06 21:08:49 -05:00 committed by GitHub
parent 6b87791f23
commit 872811d9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#pragma debug 25 /* Enable stack checking */
#pragma lint -1
#pragma stacksize 16384
#include <stdio.h>
#include <ctype.h>