Where to define Structs. Generally defined in a header file, e.g. lexer.h, along with function prototypes. Can define them at the top of .c file.
確定! 回上一頁