SW006013 Microchip Technology, SW006013 Datasheet - Page 45

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
2.12
© 2008 Microchip Technology Inc.
<STDDEF.H> COMMON DEFINITIONS
The header file
in programs.
va_end
Description:
Include:
Prototype:
Argument:
Remarks:
Example:
va_start
Description:
Include:
Prototype:
Argument:
Example:
ptrdiff_t
Description:
Include:
size_t
Description:
Include:
wchar_t
Description:
Include:
NULL
Description:
Include:
stddef.h
Ends the use of ap.
<stdarg.h>
#define va_end(va_list ap)
ap
After a call to va_end, the argument list pointer ap is considered to be
invalid. Further calls to va_arg should not be made until the next
va_start. In the 16-bit compiler, va_end does nothing, so this call is
not necessary but should be used for readability and portability.
See va_arg.
Sets the argument pointer ap to first optional argument in the
variable-length argument list
<stdarg.h>
#define va_start(va_list ap, last_arg)
ap
last_arg
See va_arg.
The type of the result of subtracting two pointers.
<stddef.h>
The type of the result of the sizeof operator.
<stddef.h>
A type that holds a wide character value.
<stddef.h>
The value of a null pointer constant.
<stddef.h>
consists of several types and macros that are of general use
pointer to list of arguments
pointer to list of arguments
last named argument before the optional arguments
DS51456E-page 41

Related parts for SW006013