function types

This commit is contained in:
pommicket 2022-01-21 14:41:08 -05:00
parent 7ae8a22a94
commit 3641ac98dc
2 changed files with 58 additions and 19 deletions

View file

@ -3,4 +3,4 @@
long double d;
} (*x)(void);
*/
typedef long int unsigned Foo;
typedef long int unsigned (*Foo(int *,int,int,unsigned,void (*)(int)))(int x);