in C:
typedef char newtype[20];
void foo(void)
{
newtype a;
}
6
solved Is it possible to create new type variable without struct? [closed]
in C:
typedef char newtype[20];
void foo(void)
{
newtype a;
}
6
solved Is it possible to create new type variable without struct? [closed]