view Gui/skin/cut.h @ 1718:3df3982c2c36

Fix "echo -n" problems on solaris for the new GUI stuff. Add a config.mak define for mediaLib
author jkeil
date Mon, 27 Aug 2001 16:51:10 +0000
parents d237c5d4b216
children 58dd326fcc4a
line wrap: on
line source


#ifndef _MYCUTS
#define _MYCUTS

extern void cutItem( char * in,char * out,char sep,int num );

extern void cutChunk( char * in,char * s1 );

#endif