URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [insight/] [dejagnu/] [example/] [calc/] [calc.h.in] - Rev 1782
Compare with Previous | Blame | View Log
/*
* Check for headers
*/
#ifndef __CALC_H__
#define __CALC_H__
#undef HAVE_STDLIB_H
/*
* Check for functions
*/
#undef HAVE_STRCMP
#define NWORD 10
#define SIZE 100
#define VERSION "1.0 Beta"
#endif /* __CALC_H__ */