StrMustInsertFastL
Description
Aborting variant of StrInsertFastL.
Success
Returns to the caller; new character at idx.
Failure
Does not return; LOG_FATAL aborts the process.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:483:
/// TAGS: Str, Insert, Char, Fast, Must, Abort
///
#define StrMustInsertFast(str, lval, idx) StrMustInsertFastL((str), (lval), (idx))
///
Last updated on