Report abuse

1
2
3
    puts("> dictionary_create()");
    d = dictionary_create();
    printf("=> %p\n", (void *)d);