/usr/include/fontembed/iofn.h is in libfontembed-dev 1.8.3-2ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #ifndef _IOFN_H
#define _IOFN_H
typedef void (*OUTPUT_FN)(const char *buf,int len,void *context);
#endif
|