URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [stdalone/] [twotasks-1/] [task1/] [putchar.h] - Rev 85
Go to most recent revision | Compare with Previous | Blame | View Log
/* * putchar.h -- putchar library function */ #ifndef _PUTCHAR_H_ #define _PUTCHAR_H_ void putchar(char c); #endif /* _PUTCHAR_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log