Changeset 1d3ae66 in mainline for common/include/str.h


Ignore:
Timestamp:
2025-04-17T15:02:53Z (3 weeks ago)
Author:
GitHub <noreply@…>
Children:
fb75979
Parents:
f444633 (diff), ae787807 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Wayne Thornton <wmthornton-dev@…> (2025-04-17 15:02:53)
git-committer:
GitHub <noreply@…> (2025-04-17 15:02:53)
Message:

Merge branch 'HelenOS:master' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/include/str.h

    rf444633 r1d3ae66  
    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.