summaryrefslogtreecommitdiff
path: root/timespec_str.h
blob: 506515091b4506ac3c5c3ae53e4d46b58cd37279 (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 *, size_t);

#endif /* GPSD_TIMESPEC_H */

/* end */