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

9 lines
187 B
C

#ifndef PPOSICHN_DEFINED
#define PPOSICHN_DEFINED
struct posichnk;
typedef const struct posichnk* PCPOSICHNK;
typedef struct posichnk* PPOSICHNK;
#endif /* !PPOSICHN_DEFINED */