So - if I'm maxing it out to 100 bytes, I would use 101 for the
length?
For strlcpy?
If you have a string buffer that has 101 allocated bytes, you call
strlcpy with a length of 101. Your string can have a maximum length
of 100 characters. The last byte is used for the null character.
Check out man strlcpy for more info.
-Prachi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden