Re: [Tuxnes-devel] *.h: extern int function() VS int function().
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-08-24 04:19:58
|
Mike Mestnik wrote: > I saw in, for example, ziploader.h that the function def didn't use the > extern flag. The function was used in emu.c and defined in ziploader.c. > I was wondering if programs need to use extern at all, since there not > exporting anything once linked? > > Is it worth removing this flag globaly for tuxnes? I find the extern keyword for function prototypes to be annoying. AFAIK it doesn't do anything. jason |