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 */