> yes. > > #including a file doesn't bring in code. it brings in things like > prototypes, global variables, includes, defines, etc. > > everything except the actual code. > > -lm brings in the code. > > pete Cool. It worked. Thanks guys : ) --Alex