SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure that types in the function declaration are declared first. /* start of the header file */ . . . struct intr_frame{...}; //must be first! . . . void kill (struct intr_frame *); . . . /* end of the header file */
/* start of the header file */
struct intr_frame{...}; //must be first!
void kill (struct intr_frame *);
/* end of the header file */