strstr

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

strstr()  

SYNOPSIS

misc_lib/xgeneral.c:487

char *strstr(char *s, char *Pattern)
 

DESCRIPTION

Routine to search for a Pattern (no regular expression) in s. Returns address in s of first occurance of Pattern, NULL if non found.  

PARAMETERS:

s: To search for Pattern in.

Pattern: To search in s.  

FUNCTION RETURN VALUE

char *: Address in s where Pattern was first found, NULL otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:49 GMT, July 20, 2024