xpos 338 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin) xpos 340 src/simh/sim_fio.c return fseeko (st, (off_t)xpos, origin);