Optimized version of safe_strcpy()
Note: We should replace most case of safe_strcpy() with strmake() to avoid the not needed zerofill.
Showing
Please register or sign in to comment
Note: We should replace most case of safe_strcpy() with strmake() to avoid the not needed zerofill.