10 lines
166 B
C
10 lines
166 B
C
|
#ifndef PLSTABS_DEFINED
|
||
|
#define PLSTABS_DEFINED
|
||
|
|
||
|
struct lstabs;
|
||
|
typedef struct lstabs* PLSTABS;
|
||
|
typedef const struct lstabs* PCLSTABS;
|
||
|
|
||
|
#endif /* PLSTABS_DEFINED */
|
||
|
|