Skip to content
StrMustPushCstr

StrMustPushCstr

Description

Aborting variant of StrPushCstr.

Usage example (Cross-references)

Usage examples (Cross-references)
    /// TAGS: Str, Push, Zstr, Must, Abort
    ///
    #define StrMustPushZstr(str, zstr, pos) StrMustPushCstr((str), (zstr), ZstrLen(zstr), (pos))
    
    ///
Last updated on