Open Konstantin8105 opened 5 years ago
Example of constant in Go:
#define T_EOF 0x0000 /* parser-specific */ #define T_SPACE 0x0001 #define T_TAB 0x0002
Example of constant in Go: