summaryrefslogtreecommitdiff
path: root/timespec_str.h
blob: b644c7d0d0d95db2685655e864f5b4e6f7271fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This file is Copyright (c) 2015 by the GPSD project
 * BSD terms apply: see the file COPYING in the distribution root for details.
 */

#ifndef GPSD_TIMESPEC_H
#define GPSD_TIMESPEC_H

#define TIMESPEC_LEN	22	/* required length of a timespec buffer */

extern void timespec_str(const struct timespec *, /*@out@*/char *, int);

#endif /* GPSD_TIMESPEC_H */

/* end */