view gui/skin/cut.h @ 25311:605f00b6a4ae

Fix mylstat() call to parent dir where the subdir has no exec permission.
author ulion
date Mon, 10 Dec 2007 14:12:40 +0000
parents 3f0d00abc073
children 3baf6a2283da
line wrap: on
line source


#ifndef GUI_CUT_H
#define GUI_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