chiark / gitweb /
b426bf8d0fb55702fab48af1486c642f206acd96
[elogind.git] / klibc / klibc / strtotimespec.c
1 #define NAME     strtotimespec
2 #define TIMEX    struct timespec
3 #define FSEC     tv_nsec
4 #define DECIMALS 9
5 #include "strtotimex.c"