hwloc_bitmap_snprintf (3) Linux Manual Page
hwlocality_bitmap – The bitmap API Macros#define hwloc_bitmap_foreach_begin(id, bitmap) #define hwloc_bitmap_foreach_end() Typedefstypedef struct hwloc_bitmap_s * hwloc_bitmap_t typedef const struct hwloc_bitmap_s * hwloc_const_bitmap_t Functionshwloc_bitmap_t hwloc_bitmap_alloc (void) hwloc_bitmap_t hwloc_bitmap_alloc_full (void) void hwloc_bitmap_free (hwloc_bitmap_t bitmap) hwloc_bitmap_t hwloc_bitmap_dup (hwloc_const_bitmap_t bitmap) void hwloc_bitmap_copy (hwloc_bitmap_t dst, hwloc_const_bitmap_t src) int hwloc_bitmap_snprintf (char *restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) int hwloc_bitmap_asprintf (char **strp, hwloc_const_bitmap_t…
