attractivechaos / klib

A standalone and lightweight C library

Home Page:http://attractivechaos.github.io/klib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to store a structure in a hash

Globik opened this issue · comments

Is it possible to struct in a hash?

Yes - just initialize the struct values after using kh_put. I have used structs up to 16 bytes successfully.