SW500008 Microchip Technology, SW500008 Datasheet - Page 287

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015
778-1001
778-1001
Library Functions
STRPBRK
Synopsis
Description
The strpbrk() function returns a pointer to the first occurrence in string s1 of any character from
string s2, or a null pointer if no character from s2 exists in s1.
Example
Return Value
Pointer to the first matching character, or NULL if no character found.
#include <string.h>
char * strpbrk (const char * s1, const char * s2)
#include <stdio.h>
#include <string.h>
void
main (void)
{
}
char * str = "This is a string.";
while(str != NULL) {
}
printf( "%s\n", str );
str = strpbrk( str+1, "aeiou" );
273

Related parts for SW500008