chiark / gitweb /
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
[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"