Rename parse_msec() and getmsec() to parse_thousands() and getthousands()
parse_msec() is not specific to milliseconds, it can parse any fixed-point string. It can be used, for instance, to parse a fixed-point string written in milliseconds and interpret it as an integer in microseconds.
Showing
Please register or sign in to comment