FINDSTR
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
findstr -
SYNOPSIS
"SYNOPSIS"
u8 * findstr (u8 * haystack, int hlen, u8 * needle, int nlen);
ARGUMENTS
- haystack
-
-- undescribed --
- hlen
-
-- undescribed --
- needle
-
-- undescribed --
- nlen
-
-- undescribed --
DESCRIPTION
param haystack Buffer to look in.
param hlen Number of bytes in haystack.
param needle Buffer to find.
param nlen Number of bytes in needle.
return Pointer into haystack needle was found at, or NULL if not found.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:10 GMT, October 09, 2005