What is a good way to make a hashmap that takes a const char* as key in C?

前端 未结 0 371
无人及你
无人及你 2020-12-10 16:06

All the links i\'ve come across about hash maps in C only discuss about maps that takes an integer as key. Is there anyway to replace int with a const char* ?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题