view gui/skin/cut.h @ 23415:0f0803d6544a

Add a print function for the time option type.
author albeu
date Thu, 31 May 2007 12:37:37 +0000
parents 17bf4f4b0715
children f15bce7943b9
line wrap: on
line source


#ifndef _CUT_H
#define _CUT_H

extern void  cutItem( char * in,char * out,char sep,int num );
extern int   cutItemToInt( char * in,char sep,int num );
extern float cutItemToFloat( char * in,char sep,int num );
extern void  cutChunk( char * in,char * s1 );

#endif