Harb.h that I forget this morning

This commit is contained in:
Alexander S.Kresin
1999-06-15 11:28:59 +00:00
parent e909213a68
commit 1f4a025c3a

View File

@@ -35,3 +35,18 @@ void * _xrealloc( void *, ULONG ); /* reallocates memory */
void _xfree( void * ); /* frees fixed memory */
/* ------------------------------------------ */
typedef struct
{
char *name;
char *pars;
int npars;
char *value;
} DEFINES;
typedef struct
{
int com_or_xcom;
char *name;
char *mpatt;
char *value;
} COMMANDS, TRANSLATES;