PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 225

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
Examples:
Example Files:
Also See:
malloc( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
int32 x;
int y;
long z;
x = make32(1,2,3,4);
y=0x12;
z=0x4321;
x = make32(y,z);
x = make32(y,y,z);
ex_freqc.c
make8(),
ptr=malloc(size)
size is an integer representing the number of byes to be allocated.
A pointer to the allocated memory, if any. Returns null otherwise.
The malloc function allocates space for an object whose size is specified by size
and whose value is indeterminate.
All devices
#INCLUDE <stdlibm.h>
int * iptr;
iptr=malloc(10);
// iptr will point to a block of memory of 10 bytes.
None
realloc(), free(),
make16()
calloc()
// x is 0x00124321
// x is 0x12124321
// x is 0x01020304
211

Related parts for PCDIDE COMPILER