Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

struct

struct test { int number; char name[20]; }; test t; in the nios ide the compiler says: test undeclared, why?