10 lines
123 B
C
10 lines
123 B
C
#ifndef PLSEMS_DEFINED
|
|
#define PLSEMS_DEFINED
|
|
|
|
struct lsems;
|
|
|
|
typedef struct lsems* PLSEMS;
|
|
|
|
#endif /* !PLSEMS_DEFINED */
|
|
|