Forum Discussion
Altera_Forum
Honored Contributor
20 years agostruct
struct test { int number; char name[20]; }; test t; in the nios ide the compiler says: test undeclared, why?
Altera_Forum
Honored Contributor
20 years agoTO_BE_DONE