Changeset b31323f in mainline for common/include/str.h


Ignore:
Timestamp:
2025-04-17T14:29:23Z (5 days ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
ae787807
Parents:
65bf084
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 11:01:00)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 14:29:23)
Message:

Test, fix and extend string sanitization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/include/str.h

    r65bf084 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.