add stpcpy_s
implemented from scratch, an optimized variant of strcpy_s. Note that the intel fork also has it, with the same API. This adds a src termination check, when src is static.
parent
210fa454
Please register or sign in to comment
implemented from scratch, an optimized variant of strcpy_s. Note that the intel fork also has it, with the same API. This adds a src termination check, when src is static.