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

#endif /* GPSD_TIMESPEC_H */

/* end */