Am 28.05.2010 19:59, schrieb Hao Wang: > But I cannot find the printf.c in my MSPGCC directory.
the windows installer does not contain the sources but you can see them here: http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/msp430-libc/src/stdlib/ when gcc links C programms it implicitly links with "libc" which contains all the precompiled functions from the C standard library. chris
