StrMustPushFrontCstr
Description
Aborting variant of StrPushFrontCstr.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:205:
/// TAGS: Str, PushFront, Zstr, Must, Abort
///
#define StrMustPushFrontZstr(str, zstr) StrMustPushFrontCstr((str), (zstr), ZstrLen((zstr)))
///
Last updated on