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

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
isamong( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
itoa( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
204
string = itoa(i32value, i8base, string)
string = itoa(i48value, i8base, string)
string = itoa(i64value, i8base, string)
i32value is a 32 bit int
i48value is a 48 bit int
i64value is a 64 bit int
i8base is a 8 bit int
string is a pointer to a null terminated string of characters
string is a pointer to a null terminated string of characters
Converts the signed int32 , int48, or a int64 to a string according to the provided
base and returns the converted value if any. If the result cannot be represented,
the function will return 0.
All devices
#INCLUDE <stdlib.h>
result = isamong (value, cstring)
value is a character
cstring is a constant sting
0 (or FALSE) if value is not in cstring
1 (or TRUE) if value is in cstring
Returns TRUE if a character is one of the characters in a constant string.
All devices
Nothing
char x= 'x';
...
if ( isamong ( x,
#INCLUDE <ctype.h>
isalnum(
printf ("The character is valid");
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ") )
),
isalpha(
),
isdigit(
),
isspace(
),
islower(
),
isupper(
),
isxdigit( )

Related parts for PCWHD IDE COMPILER