-
Notifications
You must be signed in to change notification settings - Fork 0
Milestones
List view
Refactor the code/header to be more cleaner after the first ANSIfication pass, verify all types (dont use int everywhere a integer number is needed, prefer clear types like intxx_t or uintxx_t, remove un-needed keyword (register for exemple), verify all function declaration to match ANSI/C89 (some may K&R construction may compile without warnings) etc.
No due dateMake the whole Amsterdam Compiler Kit compile with a modern C compiler (clang for example) without any warnings/errors. (-std=c89 -Werror)
No due date