Hi Mike, Mike Gran <spk...@yahoo.com> skribis:
> Basically to search for c file definitions like this... > > SCM_DEFINE (cfunc, "gfunc", 1, 0, 0, (SCM arg), "a function"); > > and return header declarations like this > > SCM cfunc (SCM arg); There’s no such tool AFAIK, but you can always come up with one. :-) The tools at <http://git.savannah.gnu.org/cgit/gnutls.git/tree/guile/modules/system/documentation> could serve as a starting point, I think. Thanks, Ludo’.