SW006013 Microchip Technology, SW006013 Datasheet - Page 106

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
DS51456E-page 102
getenv (Continued)
Example:
labs
Description:
Include:
Prototype:
Argument:
Return Value:
Remarks:
Example:
#include <stdio.h>
#include <stdlib.h> /* for getenv
int main(void)
{
}
Output:
Cannot find environment variable INCLUDE
Calculates the absolute value of a long integer.
<stdlib.h>
long labs(long i);
i
Returns the absolute value of i.
A negative number is returned as positive; a positive number is
unchanged.
#include <stdio.h>
#include <stdlib.h> /* for labs
int main(void)
{
}
Output:
The absolute value of
The absolute value of -246834 is 246834
The absolute value of
char *incvar;
incvar = getenv("INCLUDE");
if (incvar != NULL)
else
long i;
i = 123456;
printf("The absolute value of %7ld is %6ld\n",
i = -246834;
printf("The absolute value of %7ld is %6ld\n",
i = 0;
printf("The absolute value of %7ld is %6ld\n",
printf("INCLUDE environment variable = %s\n",
printf("Cannot find environment variable "
i, labs(i));
i, labs(i));
i, labs(i));
incvar);
"INCLUDE ");
long integer value
/* for printf, NULL */
/* for printf */
123456 is 123456
0 is
© 2008 Microchip Technology Inc.
*/
0
*/

Related parts for SW006013