About
Contact
QtCreator
KDevelop
Solarized
1
typedef
struct
t
*
tp
;
2
typedef
tp
(*
get_tp
)();
3
4
struct
s
{
5
get_tp
get_tp_p
;
6
};
7
8
struct
t
{
9
struct
s
*
s
;
10
};
11
12
struct
t
t
;
13