Old C didn't require prototypes. Now the generated code works but many warnings are issued when compiling.
Prototypes could be included at the top of the generated files, or in a separate header file that is included. Note that a separate prototype header is required for user code.
Old C didn't require prototypes. Now the generated code works but many warnings are issued when compiling.
Prototypes could be included at the top of the generated files, or in a separate header file that is included. Note that a separate prototype header is required for user code.