SW006013 Microchip Technology, SW006013 Datasheet - Page 83

MPLAB C Compiler For DsPIC DSCs

SW006013

Manufacturer Part Number
SW006013
Description
MPLAB C Compiler For DsPIC DSCs
Manufacturer
Microchip Technology
Series
DsPIC30F/33Fr
Type
MPLAB® C Compilerr
Datasheet

Specifications of SW006013

Supported Families
DsPIC30F, DsPIC33F
Core Architecture
DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
DsPIC30F And DsPIC33F
Tool Function
Compiler
Tool Type
Compiler
Processor Series
dsPIC
Lead Free Status / RoHS Status
na
For Use With/related Products
dSPIC DSCs
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
© 2008 Microchip Technology Inc.
scanf
Description:
Include:
Prototype:
Argument:
Return Value:
Remarks:
Scans formatted text from stdin.
<stdio.h>
int scanf(const char *format, ...);
format
...
Returns the number of items successfully converted and assigned. If
no items are assigned, a 0 is returned. EOF is returned if an input fail-
ure is encountered before the first.
Each format specifier begins with a percent sign followed by optional
fields and a required type as shown here:
*
indicates assignment suppression. This will cause the input field to be
skipped and no assignment made.
width
specify the maximum number of input characters to match for the con-
version not including white space that can be skipped.
modifier
h modifier –
h modifier –
l modifier –
l modifier –
l modifier –
l modifier –
ll modifier –
ll modifier –
L modifier –
%[*][width][modifier]type
used with type d, i, o, u, x, X; converts the value to a
used with n; specifies that the pointer points to a short
used with type d, i, o, u, x, X; converts the value to a
used with type e, E, f, F, g, G; converts the value to a
used with type d, i, o, u, x, X; converts the value to a
used with e, E, f, g, G; converts the value to a long
format control string
optional arguments
short int or unsigned short int.
int
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
double
long long int or unsigned long long int
used with n; specifies that the pointer points to a long
long int
double
DS51456E-page 79

Related parts for SW006013