Quote:
|
Originally Posted by Mike
Is there a way to have typedef struct's as input to a function?
|
just curious as to why you would want to do that? I don't see why you would ever want to do that. I mean the whole point of a structure is you can access it from anywhere or create a new structure in any function in your program.