URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [stdalone/] [shpart/] [biolib.h] - Rev 18
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); #endif /* _BIOLIB_H_ */