typedef int (*P)(char *(*)()); int (*P)(char *(*)());
两者似乎对我做同样的事情,那是什么typedef?
typedef
c syntax
c ×1
syntax ×1