Define Alias M.Z.
This commit is contained in:
20
definealias.i
Normal file
20
definealias.i
Normal file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------------------------------------------------
|
||||
|
||||
AliasList datastructure
|
||||
|
||||
Markus Zolliker, September 2000
|
||||
|
||||
copyright: see implementation file
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
#ifndef DEFINE_ALIAS_I
|
||||
#define DEFINE_ALIAS_I
|
||||
|
||||
typedef struct {
|
||||
void *pFirst;
|
||||
} AliasList;
|
||||
|
||||
/*
|
||||
initialize pFirst to NULL to create an empty list
|
||||
*/
|
||||
#endif
|
Reference in New Issue
Block a user