6 lines
143 B
C
6 lines
143 B
C
/*typedef struct {
|
|
int i[41];
|
|
long double d;
|
|
} (*x)(void);
|
|
*/
|
|
typedef long int unsigned (*Foo(int *,int,int,unsigned,void (*)(int)))(int x);
|