
8 Sep
2016
8 Sep
'16
6:31 p.m.
from lib/hashtable.c:
typedef struct _ENTRY { int used; ENTRY entry; } _ENTRY;
ok, that's just kind of creepy ... defining a typedef over top of a struct of the same name. does anyone else find that strange?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================