Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple string hashmap in C

License

NotificationsYou must be signed in to change notification settings

petewarden/c_hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple C hashmap, using strings for the keys.Originally based on code by Eliot Back athttp://elliottback.com/wp/hashmap-implementation-in-c/Reworked by Pete Warden -http://petewarden.typepad.com/searchbrowser/2010/01/c-hashmap.htmlThis version is now deprecated, since it's unmaintained. @sheredom has a newer version athttps://github.com/sheredom/hashmap.hmain.c contains an example that tests the functionality of the hashmap module.To compile it, run something like this on your system:gcc main.c hashmap.c -o hashmaptestThere are no restrictions on how you reuse this code.

About

A simple string hashmap in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp