Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - printf (ctl_string, [params],...) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
printf (ctl_string, [params],...)

     Usage: Formatted output to standard output.  Generally used for
            debugging in conjunction with redirection of standard
            output on the command line.  If console output is not
            redirected, the output overwrites data on the screen but
            does not affect any editing buffers...it just looks messy.

Parameters: Ctl_string .string. is a standard BRIEF control string.
            Params (integers or strings) are the parameters required
            by the control string. Only 10 parameters are allowed.

   Returns: Nothing

See Also: sprintf print

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson