sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:
I see mainly wcslen referenced in the source. Don't exist in
FreeBSD
4.3, as far as I can tell. (What puzzles me is that a binary created
on 4.5 runs on 4.3, though.)
Hmm, yes this sounds strange, because on 4.3 it seems you'd need two
calls, wcstomb to convert to multibyte and mblen to calculate the
length.
Maybe wcslen is a macro which expands to these two function calls and
thus, lucky us, the code works... ahem, guesswork.
norbert.