8 lines
125 B
C
8 lines
125 B
C
#ifndef PFMTI_DEFINED
|
|
#define PFMTI_DEFINED
|
|
|
|
struct fmtin;
|
|
typedef const struct fmtin *PCFMTIN;
|
|
|
|
#endif /* !PFMTI_DEFINED */
|