Andy McFadden
5d5dd3900f
Missed a "uint".
2014-12-22 16:20:39 -08:00
Andy McFadden
9666ebd97a
Move method return type to declaration line
...
Having the method name up against the left edge used to be common
practice, because you could jump to a method quickly by searching
for "^name". Now we have "ctags" and IDEs.
2014-12-22 16:00:33 -08:00
Andy McFadden
20c9ac1195
Use integer types with explicit widths
...
Replace types like "unsigned char" and "ushort" with <stdint.h>
types like uint8_t.
Remove uchar/ushort/uint/ulong from autoconf.
2014-12-22 14:56:12 -08:00
Andy McFadden
ce1b57e2ad
Change "nil" to "NULL"
2014-12-21 18:17:23 -08:00
Andy McFadden
ec84cadfee
Remove placeholder version number from directory name.
2014-10-28 10:27:31 -07:00