c,data-structures,hashtable,c-libraries
I'm not sure how you came up with key %= 19 key %= 7 But I find that very suspicious, and possibly wrong. The basic idea behind using prime numbers is a good one, but % is the modulo operation, thus key after the first line will be in the...
I have found out the problem. I just had to show the library directory i want to use using: -I/Users/bill/Desktop/libdvbcsa-master/src/dvbcsa and it works....