Paul Eggert wrote: > The GNU coding standards say to avoid arbitrary limits, and > on 64-bit platforms we should avoid arbitrary 32-bit limits on the lengths of > strings.
Well, then we need variants of the *printf functions that return an 'ssize_t' instead of an 'int'. Do you happen to know the opinion of the glibc people on this topic? Bruno