StrMustPushCstr
Description
Aborting variant of StrPushCstr.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:137:
/// TAGS: Str, Push, Zstr, Must, Abort
///
#define StrMustPushZstr(str, zstr, pos) StrMustPushCstr((str), (zstr), ZstrLen(zstr), (pos))
///
Last updated on