Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
static struct { uint16_t foo; uint16_t bar; uint16_t foo1; uint16_t bar1; } foo_bar = { foo : 1500, bar : 1500, foo1 : 1500, bar1 : 1500 };
私が疑問に思っているのは、下部にある等号が何に使用されているのか、なぜコロンと値があるのですか?