----- Original Message -----
From: "Peter Jansen" <[email protected]>
To: "GCC for MSP430 - http://mspgcc.sf.net"
<[email protected]>
Sent: Wednesday, November 18, 2009 11:43 AM
Subject: Re: [Mspgcc-users] Size of functions
You could have several seperate C files for several functions. Hash.c,
decrypt.c, encrypt.c. No problem at all to maintain.
Because changing the names of the C files makes a difference to the object
code?
Not in the object code, but in the order in which the functions are linked
in the resulting binary.
Nico Coesel