Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

nix-common/stringsearch.h File Reference

utilities for unix - common More...

Go to the source code of this file.

Functions

void * inMem (const char *space, size_t space_len, const char *item, size_t item_len)
 find the item in the space concerned


Detailed Description

utilities for unix - common

Definition in file stringsearch.h.


Function Documentation

void* inMem const char *    space,
size_t    space_len,
const char *    item,
size_t    item_len
 

find the item in the space concerned

Parameters:
space  the haystack to search
space_len  the size of the haystack
item  the needle to find
item_len  the size of the needle
Returns:
NULL if the string could not be found, otherwise it's location.

Definition at line 36 of file stringsearch.c.

References fillBM().

Referenced by savegame_open().


Generated on Mon Aug 30 19:44:17 2004 for pocketcity by doxygen1.2.18