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.
agree. steve, you were also right when you were pointing out
that inheritance would come in handy handling events i think.
tim