Changeset 086cab0 in mainline for uspace/lib/c/include/str.h


Ignore:
Timestamp:
2019-12-11T15:27:21Z (5 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5723313b
Parents:
fe7bcf1
Message:

function for retrieving string suffix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/str.h

    rfe7bcf1 r086cab0  
    9898
    9999extern bool str_test_prefix(const char *s, const char *p);
     100extern const char *str_suffix(const char *s, size_t prefix_length);
    100101
    101102extern void str_cpy(char *dest, size_t size, const char *src);
Note: See TracChangeset for help on using the changeset viewer.