URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_as/] [parse.h] - Rev 241
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _PARSE_H #define _PARSE_H int input_number(void); int input_next_string(void); int get_next_token(void); int skip_next_token(void); int compare_next_token(char *in, int s); int expand_macro_arguments(char *in, int *s); #endif
Go to most recent revision | Compare with Previous | Blame | View Log