chiark / gitweb /
[PATCH] klibc: version 1.0.3
[elogind.git] / klibc / klibc / strtotimeval.c
1 #define NAME     strtotimeval
2 #define TIMEX    struct timeval
3 #define FSEC     tv_usec
4 #define DECIMALS 6
5 #include "strtotimex.c"