chiark / gitweb /
[PATCH] klibc: update to version 0.196
[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"