ObjFW  Check-in [45b499fb11]

Overview
Comment:Use rint() instead of nearbyint().

nearbyint() is missing on some systems, even though it is part of C99
and POSIX.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 45b499fb11f79f534c1e618b6ca94476698f88ebf927668623e53ac9e6a2f0f6
User & Date: js on 2011-09-22 02:20:18
Other Links: manifest | tags
Context
2011-09-22
02:23
D'oh, stupid typo. check-in: 08700d08a6 user: js tags: trunk
02:20
Use rint() instead of nearbyint(). check-in: 45b499fb11 user: js tags: trunk
01:11
Add support for kqueue. check-in: 4f6270da38 user: js tags: trunk
Changes