You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building, warnings pop up for 11 functions due to standards issues (either not C89 compliant or using deprecated features). Bump the standards version to C99, add function prototypes, and fix other warnings.