struct ast_channel *(* const requester)(const char *type, int format, void *data, int *cause);
この行の意味は何ですか?
2番目の質問:使用する利点は何ですか
static struct hello
{
int a;
chat b;
};
簡単に
struct hello
{
int a;
};
static char p[]
また、とはどう違いchar p[];
ますか?