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

10 lines
175 B
C

#ifndef PLSTABS_DEFINED
#define PLSTABS_DEFINED
struct lstabs;
typedef struct lstabs* PLSTABS;
typedef const struct lstabs* PCLSTABS;
#endif /* PLSTABS_DEFINED */