Hacker News new | ask | show | jobs
by mikeash 5066 days ago
Most of those typedefs are just silly, but the KV typedef is outright dangerous, since arrays are treated very differently from other values in C. Try returning a KV from a method and you're in for a big surprise.