Subversion Repositories Kolibri OS

Rev

Rev 6412 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6412 Rev 6433
Line -... Line 1...
-
 
1
#include 
-
 
2
 
1
char* strpbrk(const char* string, const char* strCharSet)
3
char* strpbrk(const char* string, const char* strCharSet)
2
{
4
{
3
	const char* temp;
5
	const char* temp;
4
	while (*string!='\0')
6
	while (*string!='\0')
5
	{
7
	{