GDFS gf; Uint32 buf[32*2048/4]; gf = gdFsOpen("TEST.BIN", NULL); gdFsReqRd32(gf, 32, buf); while (gdFsGetStat(gf) == GDD_STAT_READ); gdFsClose(gf);