Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vivekvelankar
on Dec 12, 2014
|
parent
|
context
|
favorite
| on:
15-line hash table in C
Just add this line to make it much more readable typedef int (
table_row)[2];
Replace (
int)[2] with table_row :)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Replace (int)[2] with table_row :)