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