4
¿Qué significa punto (.) En un inicializador de estructura?
static struct fuse_oprations hello_oper = { .getattr = hello_getattr, .readdir = hello_readdir, .open = hello_open, .read = hello_read, }; No entiendo bien esta sintaxis C. Ni siquiera puedo buscar porque no sé el nombre de la sintaxis. ¿Que es eso?