declaration specifier, declarator, type specifier

static struct abc * b;
  • static struct abc : declaration specifier
  • * b : declarator
  • struct abc : type specifier
原文地址:https://www.cnblogs.com/youchihwang/p/6623608.html