Content deleted Content added
Line 28:
}
// append the source string to the destination string
// null terminate the destination string
dest = '\0';
|
Line 28:
}
// append the source string to the destination string
// null terminate the destination string
dest = '\0';
|