aboutsummaryrefslogtreecommitdiffstats
path: root/libcmap_print_range.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcmap_print_range.c')
-rw-r--r--libcmap_print_range.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcmap_print_range.c b/libcmap_print_range.c
new file mode 100644
index 0000000..868549e
--- /dev/null
+++ b/libcmap_print_range.c
@@ -0,0 +1,9 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+
+int
+libcmap_print_range(const struct libcmap_range *range, const char *endash)
+{
+ return libcmap_fprint_range(stdout, range, endash);
+}