Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

nix-common/stringsearch.h

Go to the documentation of this file.
00001 
00005 #if !defined(_NIX_UTILS_H)
00006 #define _NIX_UTILS_H
00007 
00008 #if defined(__cplusplus)
00009 extern "C" {
00010 #endif
00011 
00020 void * inMem(const char *space, size_t space_len, const char *item,
00021     size_t item_len);
00022 
00023 #if defined(__cplusplus)
00024 }
00025 #endif
00026 
00027 #endif /* _NIX_UTILS_H */

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