> ...adding the static keyword
> on to functions that are only called from within a single file.

That is my own coding style. In early MS-DOS days, this saved time and
memory during linking, Smaller symbol tables, etc...

Plus, if you list all the static functions at the top of the file as
prototypes, it makes it more readable I think, as you don't have to
have all the static functions first and in order.


_______________________________________________
Freetel-codec2 mailing list
Freetel-codec2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to