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

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
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
strcpy( ) strcopy( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
strcpy (dest, src)
strcopy (dest, src)
dest is a pointer to a RAM array of characters.
src may be either a pointer to a RAM array of characters or it may be a constant
string.
undefined
Copies a constant or RAM string to a RAM string. Strings are terminated with a 0.
All devices.
Nothing
char string[10], string2[10];
.
.
.
strcpy (string, "Hi There");
strcpy(string2,string);
ex_str.c
strxxxx()
Functions are identified above.
All devices.
#include <string.h>
char string1[10], string2[10];
strcpy(string1,"hi ");
strcpy(string2,"there");
strcat(string1,string2);
printf("Length is %u\r\n", strlen(string1));
ex_str.c
strcpy(),
strtok()
// Will print 8
293

Related parts for PCDIDE COMPILER