chiark / gitweb /
add ata_id to read serial numbers from ATA drives
[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"