Bill Swingle wrote:

| > -           strlcpy(packagesite, "", sizeof(packagesite));
| 
| Chris Costello recommended that I do this like this instead:
| 
| packagesite[0] = '\0'
| 
| Which seems to make sense since it lacks the overhead of strlcpy. Is
| there a "right" way to do this?

A C programmer would do it the way Chris suggested.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to