# include <stdio.h> # include "words.h" # include "word__init.h" int main () { // struct Words* words; struct Word* word ={0}; word__init(word); // printf("%s", words__get(words)->value); }