]> git.corax.cc Git - ccc/commit
ccc: Add assoc_array type (quick-and-dirty associative array for prototyping)
authorMatthias Kruk <m@m10k.eu>
Sun, 19 Jul 2020 11:20:40 +0000 (20:20 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 19 Jul 2020 11:20:40 +0000 (20:20 +0900)
commit46b8269f058220a2b54c9c805aab770c15848e68
treeb9e0d34ae0ae222782adb70ec96c75398063de78
parentd741d8f0f416e503e2e64a7edbd7e7888c5ebafe
ccc: Add assoc_array type (quick-and-dirty associative array for prototyping)
src/assoc_array.c [new file with mode: 0644]
src/assoc_array.h [new file with mode: 0644]