4
構造体初期化子でドット(。)はどういう意味ですか?
static struct fuse_oprations hello_oper = { .getattr = hello_getattr, .readdir = hello_readdir, .open = hello_open, .read = hello_read, }; 私はこのC構文をよく理解していません。構文の名前がわからないので検索できません。あれは何でしょう?