Skip to content
StrMustInsertRangeFastL

StrMustInsertRangeFastL

Description

Aborting variant of StrInsertRangeFastL.

Success

Returns to the caller.

Failure

Does not return; LOG_FATAL aborts the process.

Usage example (Cross-references)

Usage examples (Cross-references)
    /// TAGS: Str, Insert, Range, Fast, Must, Abort
    ///
    #define StrMustInsertRangeFast(str, varr, idx, count) StrMustInsertRangeFastL((str), (varr), (idx), (count))
    
    ///
Last updated on