16-Bit Language Tools Libraries
printf (Continued)
size
h modifier –
h modifier –
l modifier –
l modifier –
l modifier –
l modifier –
ll modifier –
ll modifier –
L modifier –
used with type d, i, o, u, x, X; converts the value to a
short int or unsigned short int
used with n; specifies that the pointer points to a short
int
used with type d, i, o, u, x, X; converts the value to a
long int or unsigned long int
used with n; specifies that the pointer points to a long
int
used with c; specifies a wide character
used with type e, E, f, F, g, G; converts the value to a
double
used with type d, i, o, u, x, X; converts the value to a
long long int or unsigned long long int
used with n; specifies that the pointer points to a long
long int
used with e, E, f, g, G; converts the value to a long
double
type
d, i
o
u
x
X
e, E
f
g, G
c
s
p
n
%
signed int
unsigned int in octal
unsigned int in decimal
unsigned int in lowercase hexadecimal
unsigned int in uppercase hexadecimal
double in scientific notation
double decimal notation
double (takes the form of e, E or f as appropriate)
char - a single character
string
value of a pointer
the associated argument shall be an integer pointer into
which is placed the number of characters written so far.
No characters are printed.
A % character is printed
Example:
#include <stdio.h> /* for printf */
int main(void)
{
/* print a character right justified in a 3
/* character space.
printf("%3c\n", 'a');
/* print an integer, left justified (as
/* specified by the minus sign in the format
/* string) in a 4 character space. Print a
/* second integer that is right justified in
/* a 4 character space using the pipe (|) as
/* a separator between the integers.
printf("%-4d|%4d\n", -4, 4);
/* print a number converted to octal in 4
/* digits.
printf("%.4o\n", 10);
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
DS51456E-page 74
? 2008 Microchip Technology Inc.
相关PDF资料
SW006015 C COMPILER MPLAB C32
SW300003-EVAL LIBRARY SOFT MODEM-EVAL ONLY
SW300010-EVAL SPEECH RECOG LIBRARY-EVAL ONLY
SW300040-EVAL LIBRARY NOISE SUPPR-EVAL ONLY
SW300060-EVAL LIBRARY ACOUSTIC ECHO-EVAL ONLY
SW300070-EVAL SOFTWARE LIBR ENC/DEC EVAL ONLY
SW500012 HI-TECH C PRO FOR PIC32
SY87701LHI-EVAL BOARD EVAL SY87701 EXPERIMENT
相关代理商/技术参数
SW006013 制造商:Microchip Technology Inc 功能描述:MPLAB C Compiler for dsPIC DSCs
SW006014 功能描述:开发软件 C Compiler for PIC24 MCU RoHS:否 制造商:Atollic Inc. 产品:Compilers/Debuggers 用于:ARM7, ARM9, Cortex-A, Cortex-M, Cortex-R Processors
SW006015 功能描述:开发软件 MPLAB C32 C Compiler RoHS:否 制造商:Atollic Inc. 产品:Compilers/Debuggers 用于:ARM7, ARM9, Cortex-A, Cortex-M, Cortex-R Processors
SW006021-1 制造商:Microchip Technology 功能描述:MPLAB XC8 STANDARD COMPILER 制造商:Microchip Technology Inc 功能描述:COMPILER MPLAB XC8 STD 制造商:Microchip Technology Inc 功能描述:COMPILER MPLAB XC8 STANDARD 制造商:Microchip Technology Inc 功能描述:COMPILER, MPLAB XC8, STANDARD 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 ANSI C Compiler for the PIC10 (12),(16),(18) (Workstation License) 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 Standard Compiler 制造商:Microchip Technology Inc 功能描述:OPTOCOUPLERS; Core Architecture:PIC; Software Edition:Standard
SW006021-1N 制造商:Microchip Technology 功能描述:MPLAB XC8 STANDARD COMPILER (F 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 STANDARD COMPILER (FLOATING LICENSE) - Boxed Product (Development Kits) 制造商:Microchip Technology Inc 功能描述:COMPILER MPLAB XC8 STD FLOAT LIC 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 Standard Compiler (Fltng Lic)
SW006021-2 制造商:Microchip Technology 功能描述:MPLAB XC8 PRO COMPILER WORKSTATION LICENSE 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 PRO COMPILER - Boxed Product (Development Kits) 制造商:Microchip Technology Inc 功能描述:COMPILER MPLAB XC8 PRO 制造商:Microchip Technology Inc 功能描述:COMPILER, MPLAB XC8, PRO 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 ANSI PRO Compiler for the PIC10 (12),(16),(18) (Workstation License) 制造商:Microchip Technology Inc 功能描述:MPLAB XC8 PRO Compiler 制造商:Microchip Technology Inc 功能描述:SOFTWARE TOOL, MPLAB XC8 PRO COMPILER; Core Architecture:PIC; Supported Families:PIC10, PIC16, PIC18; Software Edition:Linux; License Type:Floating - node; No. of User Licenses:1; Supported Hosts:-
SW006021-2C 制造商:Microchip Technology Inc 功能描述:COMPILER MPLAB XC8 PRO CHI
SW006021-2N 功能描述:开发软件 MPLAB XC8 PRO Compiler (Fltng Lic) RoHS:否 制造商:Atollic Inc. 产品:Compilers/Debuggers 用于:ARM7, ARM9, Cortex-A, Cortex-M, Cortex-R Processors