struct { int amount; char *name; }coins[] = { {1,"one"}, {2,"two"}, {3,"three"} };
C语言学习记录_2019.02.08
原文:https://www.cnblogs.com/Bran-don/p/10357029.html