I tried to use round() function in my PPC application, but I'm getting "POLINK: error: Unresolved external symbol 'round'.". The same for roundf() and rintf(). Using PellesC 5.00.8.
I thought they were standard functions, so they shouldn't require any andditional libraries. I have listed all WinCE libraries anyway, and found no round() function, so I guess they aren't available on WinCE. But why would so basic function be not available? I guess I could write myself a round() equivalent, but I would rather like to use a standard one if it was available.