10 lines
108 B
C
10 lines
108 B
C
#ifndef OVNI_PCF_H
|
|
#define OVNI_PCF_H
|
|
|
|
#include <stdio.h>
|
|
|
|
int
|
|
pcf_write(FILE *f);
|
|
|
|
#endif /* OVNI_PCF_H */
|