summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index 68eb738..36f5511 100644
--- a/05/main.c
+++ b/05/main.c
@@ -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);