Skip to content

emhashmap_create is not a function #5

@Chad-Krause

Description

@Chad-Krause

Hello,

In your example in your README, you have the following line:

HashMap map = emhashmap_create(64);

emhashmap_create(int) is not a function

It should read:

HashMap map;
int capacity = 64;
float load_factor = 10;

emhashmap_initialize(&map, capacity, load_factor);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions