SW006013 Microchip Technology, SW006013 Datasheet - Page 94

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.14
DS51456E-page 90
<STDLIB.H> UTILITY FUNCTIONS
The header file
versions, memory management, searching and sorting abilities, and other general util-
ities.
div_t
Description:
Include:
Prototype:
Remarks:
ldiv_t
Description:
Include:
Prototype:
Remarks:
size_t
Description:
Include:
wchar_t
Description:
Include:
EXIT_FAILURE
Description:
Include:
Remarks:
Example:
EXIT_SUCCESS
Description:
Include:
Remarks:
Example:
stdlib.h
A type that holds a quotient and remainder of a signed integer division
with operands of type int.
<stdlib.h>
typedef struct { int quot, rem; } div_t;
This is the structure type returned by the function div.
A type that holds a quotient and remainder of a signed integer division
with operands of type long.
<stdlib.h>
typedef struct { long quot, rem; } ldiv_t;
This is the structure type returned by the function ldiv.
The type of the result of the sizeof operator.
<stdlib.h>
A type that holds a wide character value.
<stdlib.h>
Reports unsuccessful termination.
<stdlib.h>
EXIT_FAILURE is a value for the exit function to return an unsuccess-
ful termination status
See exit for example of use.
Reports successful termination
<stdlib.h>
EXIT_SUCCESS is a value for the exit function to return a successful
termination status.
See exit for example of use.
consists of types, macros and functions that provide text con-
© 2008 Microchip Technology Inc.

Related parts for SW006013