Changes in common/include/str.h [fdfb24e:b31323f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/include/str.h

    rfdfb24e rb31323f  
    162162extern void bin_order_suffix(const uint64_t, uint64_t *, const char **, bool);
    163163
     164extern size_t str_sanitize(char *str, size_t n, uint8_t replacement);
     165
    164166/*
    165167 * TODO: Get rid of this.
Note: See TracChangeset for help on using the changeset viewer.