URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [dejagnu/] [example/] [calc/] [calc.h.in] - Rev 1771
Go to most recent revision | 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__ */
Go to most recent revision | Compare with Previous | Blame | View Log