#ifndef _MYCUTS #define _MYCUTS extern void cutItem( char * in,char * out,char sep,int num ); extern void cutChunk( char * in,char * s1 ); #endif