parrotcode: Parrot sprintf | |
Contents | C |
src/spf_render.c - Parrot sprintf
Implements the main function that drives the Parrot_sprintf
family and its utility functions.
static STRING *handle_flags
+
,
-
,
0
,
#
,
space,
width,
and prec.static STRING *str_append_w_flags
static void gen_sprintf_call
snprintf()
when we're confronted with a float.STRING *Parrot_sprintf_format
src/misc.h, src/misc.c, src/spf_vtable.c.
|