URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [disk/] [tools/] [mkmboot/] [stage2/] [biolib.h] - Rev 24
Go to most recent revision | Compare with Previous | Blame | View Log
/* * biolib.h -- basic I/O library */ #ifndef _BIOLIB_H_ #define _BIOLIB_H_ char getc(void); void putc(char c); int rwscts(int dskno, int cmd, int sector, int addr, int count); #endif /* _BIOLIB_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log