9 lines
179 B
C
9 lines
179 B
C
|
#ifndef PPOSICHN_DEFINED
|
||
|
#define PPOSICHN_DEFINED
|
||
|
|
||
|
struct posichnk;
|
||
|
typedef const struct posichnk* PCPOSICHNK;
|
||
|
typedef struct posichnk* PPOSICHNK;
|
||
|
|
||
|
#endif /* !PPOSICHN_DEFINED */
|