StrMustInsertCstr
Description
Aborting variant of StrInsertCstr.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:80:
/// TAGS: Str, Insert, Zstr, Must, Abort
///
#define StrMustInsertZstr(str, zstr, idx) StrMustInsertCstr((str), (zstr), (idx), ZstrLen(zstr))
///
- In
Insert.h:101:
/// TAGS: Str, Insert, Str, Must, Abort
///
#define StrMustInsert(str, str2, idx) StrMustInsertCstr((str), (str2)->data, (idx), (str2)->length)
///
Last updated on