segfaults
Fixed in version 2.1.4
Release version 2.1.4
topic count by bytes / sizeof(int32_t) not sizeof(long).
Change typedefs to ensure data types are right.
DJGPP portability fixes. Omit libgen.h and use uint32_t instead of uint.
Update documentation for new syntax introduced in commit [88a1b9]
Include stdint.h in splitmrb.c to define C99 standard int types.
Switch from u_int32_t to C99 standard uint32_t.
Change inline keyword to static.
The WIN32.HLP crash is fixed in commit [daa7f7]