Alexandru Mustatea wrote:
> Ce face strstr() din string.h? Ma uit printr-o sursa, dar nu am
> headerele de C instalate, si din context nu e clar.
>
> a.
NAME
strstr - locate a substring
SYNOPSIS
#include <string.h>
char *strstr(const char *haystack, const char *needle);
DESCRIPTION
The strstr() function finds the first occurrence of the
substring needle in the string
haystack. The terminating `\0' characters are not compared.
---
Pentru dezabonare, trimiteti mail la
[EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'.
REGULI, arhive si alte informatii: http://www.lug.ro/mlist/