summaryrefslogtreecommitdiffstats
path: root/usr/klibc/strtotimeval.c
blob: 280d4bcd3acc3eb2fa11f1419f69831a6870213a (plain)
1
2
3
4
5
#define NAME	 strtotimeval
#define TIMEX	 struct timeval
#define FSEC	 tv_usec
#define DECIMALS 6
#include "strtotimex.c"