Searched defs:SECUREC_STRCAT_SM (Results 1 – 1 of 1) sorted by relevance
502 #define SECUREC_STRCAT_SM(dest, destMax, src) ({ \ macro529 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s((dest), (destMax), (src)) macro