On Wed, Dec 18, 2002 at 12:35:15 +0100, David Olofson wrote:
I'm leaning towards the "strings in raw data
blocks" approach,
despite the little strlen() inconveniency for senders. Mostly because
it's one control data type less to care about, without loss of real
functionality.
That sounds reasonable, we could require that strings (like filenames) are
NULL terminated as well, for compatability with libc.
- Steve