Skip to content
StrMustPushFrontArrFastL

StrMustPushFrontArrFastL

Description

Aborting variant of StrPushFrontArrFastL.

Success

Returns to the caller.

Failure

Does not return; LOG_FATAL aborts the process.

Usage example (Cross-references)

Usage examples (Cross-references)
    /// TAGS: Str, PushFront, Range, Fast, Must, Abort
    ///
    #define StrMustPushFrontArrFast(str, arr, count) StrMustPushFrontArrFastL((str), (arr), (count))
    
    ///
Last updated on