Gansser, Martin wrote: > > its fact: snprintf is declared in <stdio.h> in hpux11.00. > snprintf and vsnprintf are present in /lib/libc.a on hpux10.20, but don't > seem to be declared in any header files in /usr/include.
Is there a compiler macro defined that identifies 10.20? If so, why not simply declare the missing functions for 10.20 since all other platform+compiler combinations apparently plays along? /Mike
