alex wrote:
> replaced strtof with atof which actually works

Well, in this case it doesn't really matter because the value isn't
used by anything but only shown. In general, people should never use
atof(), atoi(), atol() because they don't provide any way to indicate
failure. atof() is even badly named, as it returns a double not a float
and the equivalent strto* function is strtod() not strtof().

> added some emacs tags to file heads :-)

Those tags work as well when you place them at the last lines, right?
This might be just a personal preference but I'd rather move them
there then like the indent tags for Vi-based editors.

-- 
Christian

Attachment: pgpRLrVVC96vM.pgp
Description: PGP signature

Reply via email to