/usr/share/doc/g-wrap/examples/miscutils-guile.h is in g-wrap 1.9.15-0.1.
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 7 8 9 10 11 12 | #ifndef GW_MISCUTILS_GUILE_H
#define GW_MISCUTILS_GUILE_H
#include <libguile.h>
#include "miscutils.h"
SCM msu_scm_timespec64_p(SCM obj);
Timespec64 msu_timespec64_to_c(SCM tspec);
SCM msu_timespec64_to_scm(Timespec64 tspec);
#endif
|