Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C89 conformance (old ANSI standard) #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SamuelMarks
Copy link

C89 is the most portable C implementation, even in 2021. Everything from FFI to compiler support is better on C89 than any newer standard. Conformance isn't difficult, but the first time around does require some brain-numbing reshuffling of code. I've done a portion of it, and will finish it (just @ tag me if you want it).

@ThakeeNathees ThakeeNathees added portability Platform / compiler specific issues future Will be considered in the future. labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Will be considered in the future. portability Platform / compiler specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants