USEC2MSEC 135 uspace/lib/c/include/time.h #define USEC2MSEC(us) ((us) / 1000ll) USEC2MSEC 135 uspace/lib/posix/include/libc/time.h #define USEC2MSEC(us) ((us) / 1000ll)