diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-21 15:16:20 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-21 15:16:39 +0100 |
| commit | 83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104 (patch) | |
| tree | f9895565a5811d1fae9b8487b430335eea7328da /common.h | |
| parent | Add documentation (diff) | |
| download | libcmap-83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104.tar.gz libcmap-83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104.tar.bz2 libcmap-83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104.tar.xz | |
Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_range
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "libcmap.h" #include <limits.h> -#include <stdio.h> #define SINGLETON_RANGE_FMT "U+%04lX" |
