Conversation

wassup05

A derived type fs_error containg an integer code and a fixed-length string is added for concise error handling

This is kind of a stripped down version of state_type already present in the stdlib, syntax is also kept very similar... except the introduction of code to store integers returned by C functions such as GetLastError (Windows API), global variables like errno (Posix platforms)

Do let me know your thoughts

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@wassup05