28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

fprintf<br />

2-882<br />

Specifier Description<br />

%f Fixed-point notation<br />

%g The more compact of %e or %f, as defined in [2]. Insignificant<br />

zeros do not print.<br />

%G Same as %g, but using an uppercase E<br />

%i Decimal notation (signed)<br />

%o Octal notation (unsigned)<br />

%s String of characters<br />

%u Decimal notation (unsigned)<br />

%x Hexadecimal notation (using lowercase letters a–f)<br />

%X Hexadecimal notation (using uppercase letters A–F)<br />

Conversion characters %o, %u, %x, and %X support subtype specifiers. See<br />

Remarks for more information.<br />

Escape Characters<br />

This table lists the escape character sequences you use to specify nonprinting<br />

characters in a format specification.<br />

Character Description<br />

\b Backspace<br />

\f Form feed<br />

\n New line<br />

\r Carriage return<br />

\t Horizontal tab<br />

\\ Backslash

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!