pet*_*rSO 19

这是我的分析.

(**myint)(&k)&ktype **inttype **myint
type **inttype **myinttype *inttype *myint
*int*myint
(*myint)(k)ktype *inttype *myint
type *inttype *myinttype inttype myinttype myint int
intmyinttype myint int
(myint)(*k)*ktype inttype myint
type inttype myint
intmyinttype myint int

这是修改为使用整数和int指针的Types部分的基础类型示例.

type T1 int
type T2 T1
type T3 *T1
type T4 T3
intT1T2int*T1T3T4*T1

参考文献: