Guest_imported
New member
- Jan 1, 1970
- 0
Question
how do i cast a pointer to an array of structs
like
struct mystruct * record[MAX];
* func();
*record = ( struct mystruct *) func();
thanks
how do i cast a pointer to an array of structs
like
struct mystruct * record[MAX];
* func();
*record = ( struct mystruct *) func();
thanks