URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [mn10300/] [lseek.c] - Rev 9
Compare with Previous | Blame | View Log
#include <_ansi.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/unistd.h> #include "trap.h" off_t _lseek (int file, off_t ptr, int dir) { return TRAP0 (SYS_lseek, file, ptr, dir); }