>
> What will happen when the format string is a runtime value? printf
> will translate the format string to some codes which actually format
> the arguments when the it is a literal and fallback to runtime
> analytic when it is unknown(e.g. command line argument) before run,
> right?
>

This is also supported in the "vprintf" and "vsprintf" words that use a
format string that is specified at run-time.  It is not as efficient
(although I haven't tested how much slower it is), but allows more
flexibility when you need it.

Best,
John.
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to