SW006014 Microchip Technology, SW006014 Datasheet - Page 45

C COMPILER MPLAB FOR PIC24 MCU

SW006014

Manufacturer Part Number
SW006014
Description
C COMPILER MPLAB FOR PIC24 MCU
Manufacturer
Microchip Technology
Type
MPLAB® C Compilerr
Series
PIC24r
Datasheet

Specifications of SW006014

Supported Families
PIC24
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24
Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC24
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC24
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 SW006014