URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 244 |
Rev 304 |
Line 23... |
Line 23... |
#define COMMENT_CHAR '#'
|
#define COMMENT_CHAR '#'
|
#define DIRECTIVE_CHAR '.'
|
#define DIRECTIVE_CHAR '.'
|
#define LABELEND_CHAR ":"
|
#define LABELEND_CHAR ":"
|
/*#define OPERAND_DELIM ","*/
|
/*#define OPERAND_DELIM ","*/
|
|
|
|
/* Strip whitespace from the start and end of STRING. Return a pointer
|
|
into STRING. */
|
|
#ifndef whitespace
|
|
#define whitespace(a) ((a) == '\t' ? 1 : ((a) == ' '? 1 : 0))
|
|
#endif
|
|
|
|
char *stripwhite (char *string);
|
|
char *dupstr (char *s);
|
char *strtoken(char *in, char *out, int which);
|
char *strtoken(char *in, char *out, int which);
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.