Hi
I would like to have a portable implemenation of my application. However, I have heard that there are some issues with printf from the stdlib on certain machines where it does not behave as intended. For instance, when using the conversion specifier %f then it can happen that on certain architectures the printf implementation includes a decimal point in the output!
Now I am wondering, if there are maybe some testing routines out there which I could use to test the semantic correctness of stdlib c implementation, in particular the printf routine. Maybe there are some good resources that point out some issues when porting programs?
Many thanks, Heinz