unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* snarf .h files
@ 2011-11-23 17:56 Mike Gran
  2011-11-23 18:12 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Gran @ 2011-11-23 17:56 UTC (permalink / raw)
  To: Guile User

Hi-
 
Is there a script that will scrape SCM_DEFINEs from c files
to make header declarations to put in .h files?
 
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);
 
(It is an easy problem, but, I figured I'd be lazy and
ask.)
 
Thanks,
 
Mike Gran



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-24 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 17:56 snarf .h files Mike Gran
2011-11-23 18:12 ` Ludovic Courtès
2011-11-24  4:23   ` Mike Gran
2011-11-24 23:29     ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).