declaration specifier, declarator, type specifier

static struct abc * b;
  • static struct abc : declaration specifier
  • * b : declarator
  • struct abc : type specifier
posted @ 2017-03-26 18:47  wangchangruei  阅读(348)  评论(0编辑  收藏  举报