unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Functionality to maintain function prototypes in C
@ 2016-10-28 18:55 Nikolai Weibull
  2016-10-28 21:38 ` Pascal J. Bourguignon
  2016-10-29  8:34 ` Thien-Thi Nguyen
  0 siblings, 2 replies; 5+ messages in thread
From: Nikolai Weibull @ 2016-10-28 18:55 UTC (permalink / raw)
  To: Emacs Users

Hi!

C has the issue of being compiled in a single pass.  After many years
of working around this issue by defining my static functions in
reverse order, which is good for the compiler, but bad for the user,
I’m now looking to try writing them in a more natural order.  The main
issue with this is maintaining the static-function prototypes.  I’ve
looked around, but I can’t find a minor mode that’ll add, update, and
remove static-function prototypes automatically, either by command or
at file save, so I was hoping that someone here could point me in the
right direction.

Thanks!



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

end of thread, other threads:[~2016-10-29  8:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 18:55 Functionality to maintain function prototypes in C Nikolai Weibull
2016-10-28 21:38 ` Pascal J. Bourguignon
2016-10-29  1:30   ` John Mastro
2016-10-29  8:26   ` Nikolai Weibull
2016-10-29  8:34 ` Thien-Thi Nguyen

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).