Skip to content
StrMustPushFrontCstr

StrMustPushFrontCstr

Description

Aborting variant of StrPushFrontCstr.

Usage example (Cross-references)

Usage examples (Cross-references)
    /// TAGS: Str, PushFront, Zstr, Must, Abort
    ///
    #define StrMustPushFrontZstr(str, zstr) StrMustPushFrontCstr((str), (zstr), ZstrLen((zstr)))
    
    ///
Last updated on