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

9 lines
166 B
C

#ifndef PLSQIN_DEFINED
#define PLSQIN_DEFINED
struct lsqin;
typedef struct lsqin* PLSQIN;
typedef const struct lsqin* PCLSQIN;
#endif /* !PLSQIN_DEFINED */