struct ast_channel *(* const requester)(const char *type, int format, void *data, int *cause);
这条线是什么意思?
第二个问题:使用有什么好处
static struct hello
{
int a;
chat b;
};
简单地结束
struct hello
{
int a;
};
static char p[]
另外,和 和有什么区别char p[];
?