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
- Detect all identifiers equal to keywords (https://www.tutorialspoint.com/Reserved-keywords-in-Cplusplus) and rename them
- Try using mainCRTStartup instead of main and see if that reduces the amount of garbage linked from the C runtime, as explained in https://github.com/cmuratori/refterm/issues/37