URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [FT64v5/] [software/] [AS64/] [source/] [Macro.h] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _MACRO_H #define _MACRO_H class Macro { public: char *SubArg(char *bdy, int n, char *sub); char *GetArg(); char *GetBody(char *parmlist[]); int GetParmList(char *[]); void Substitute(char *, int); }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log