URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_as/] [include_file.h] - Rev 329
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _INCLUDE_FILE_H #define _INCLUDE_FILE_H int include_file(char *name); int incbin_file(char *name, int *id, int *swap, int *skip, int *read); int preprocess_file(char *c, char *d, char *o, int *s, char *f); int create_full_name(char *dir, char *name); int print_file_names(void); char *get_file_name(int id); #endif
Go to most recent revision | Compare with Previous | Blame | View Log