exebook / hashdict.c

This is my REALLY FAST implementation of a hash table in C, in 150 lines of code.
43 stars 6 forks source link

Q: What is the gc variable in the dic_find function ? #4

Open Gonzalo-Avalos-Ribas opened 1 year ago

Gonzalo-Avalos-Ribas commented 1 year ago

Hey! Im a CS student, i was checking your implementation for a personal project, but i couldn't figure it out. When i try to run this code i get an error that that variable is not defined, first encountered here. Im using GCC, did you use another compiler?

exebook commented 1 year ago

You must be using MinGW, did not test for third platform for years. I guess you replace gc with dic