URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [scarts_16/] [fstat.c] - Rev 14
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/stat.h> int fstat (int file, struct stat *st) { st->st_mode = S_IFCHR; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log