ovni/pcf.h

10 lines
108 B
C
Raw Normal View History

2021-08-03 20:47:02 +02:00
#ifndef OVNI_PCF_H
#define OVNI_PCF_H
#include <stdio.h>
int
pcf_write(FILE *f);
#endif /* OVNI_PCF_H */