2025-04-27 07:49:33 -04:00

10 lines
132 B
C

#ifndef PLSEMS_DEFINED
#define PLSEMS_DEFINED
struct lsems;
typedef struct lsems* PLSEMS;
#endif /* !PLSEMS_DEFINED */