static struct abc * b;
  • static struct abc : declaration specifier
  • * b : declarator
  • struct abc : type specifier

相关文章: