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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
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 PCWHD IDE COMPILER