9 lines
158 B
C
9 lines
158 B
C
#ifndef PLSCHP_DEFINED
|
|
#define PLSCHP_DEFINED
|
|
|
|
struct lschp;
|
|
typedef struct lschp* PLSCHP;
|
|
typedef const struct lschp* PCLSCHP;
|
|
|
|
#endif /* !PLSCHP_DEFINED */
|