RMTAB_LOADLEN
char buf[RMTAB_LOADLEN+1];
while ((len = fread(buf, 1, RMTAB_LOADLEN, fp)) > 0) {
if (len == RMTAB_LOADLEN) {