SphinX
Advanced Member level 3
Salam,
While i am reading about Text Interfaces i faces this structure
What should this line do ?
Thanks
While i am reading about Text Interfaces i faces this structure
Code:
typedef struct _selection
{
char prompt[MAX_PROMPT_LEN];
int (*function)(int);
int fn_arg;
} SELECTION
What should this line do ?
Code:
int (*function)(int);
Thanks