[fc78f7]: / test / types-typedef-func.c  Maximize  Restore  History

Download this file

4 lines (2 with data), 55 Bytes

1
2
3
typedef void func_t(int);
typedef func_t * funcptr_t;