|
2 |
edited tags
|
||
|
1 |
|
||
Difference between "struct foo*" and "foo*" where foo is a struct?In C, is there a difference between writing "struct foo" instead of just "foo" if foo is a struct? For example:
Thanks /Erik
|
||||
