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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [software/] [AS64/] [source/] [Macro.h] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 48 robfinch
#ifndef _MACRO_H
2
#define _MACRO_H
3
 
4
class Macro
5
{
6
public:
7
        char *SubArg(char *bdy, int n, char *sub);
8
        char *GetArg();
9
        char *GetBody(char *parmlist[]);
10
        int GetParmList(char *[]);
11
        void Substitute(char *, int);
12
};
13
 
14
#endif

powered by: WebSVN 2.1.0

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