URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [dejagnu/] [example/] [calc/] [calc.h] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
/* calc.h. Generated automatically by configure. */ /* * Check for headers */ #ifndef __CALC_H__ #define __CALC_H__ /* #undef HAVE_STDLIB_H */ /* * Check for functions */ #define HAVE_STRCMP 1 #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