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

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
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 PCWHD IDE COMPILER