OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [software/] [AS64/] [source/] [Macro.h] - Rev 48

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.