/* @(#) $Id: mem_op.h,v 1.3 2007/02/15 02:41:01 dcid Exp $ */ /* Copyright (C) 2004 Daniel B. Cid * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public * License (version 2) as published by the FSF - Free Software * Foundation */ #ifndef __MEM_H #define __MEM_H void ClearStrMem(char *ch1, char **ch2); int IsStrOnArray(char *str, char **array); #endif