On Mon, 01 Dec 2003 22:28:00 -0500, Melvin Smith <[EMAIL PROTECTED]> wrote:
>2) printf/sprintf - we do need it (and implemented in C) since it is a >staple and is the >reasonable hook for HLL implementors to do interpolation without having >to write a special native method or PMC for each language. > Rummaging around /ops/ops.num, I spotted: sprintf_s_s_p 1140 sprintf_s_sc_p 1141 sprintf_p_p_p 1142 (don't recall seeing sprintf mentioned elsewhere) So I tried them (well the first two anyway), and they work. Pete