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

8 lines
134 B
C

#ifndef PLSQOUT_DEFINED
#define PLSQOUT_DEFINED
struct lsqout;
typedef struct lsqout* PLSQOUT;
#endif /* !PLSQOUT_DEFINED */