URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [sim/] [error.h] - Rev 16
Go to most recent revision | Compare with Previous | Blame | View Log
/* * error.h -- error handler */ #ifndef _ERROR_H_ #define _ERROR_H_ void error(char *fmt, ...); #endif /* _ERROR_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log