all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.