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
ATM if there isn't enough space, then an error will trigger in the save function. C doesn't have a native way to get the system's remaining space, but maybe I could system() or exec() the command via shell. No idea if this will work on Windows.