tp/include/f/f_pc/f_pc_line.h

9 lines
92 B
C

#ifndef F_PC_LINE_H_
#define F_PC_LINE_H_
extern "C" {
void fpcLn_Create(void);
};
#endif