Harb.h that I forget this morning
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user