examples/DS401_Slave_Gui/tools.h
changeset 295 25ff2fadff89
parent 294 d5493fe07e79
child 296 03f2b8b8cb0b
equal deleted inserted replaced
294:d5493fe07e79 295:25ff2fadff89
     1 #ifndef TOOLS_H_
       
     2 #define TOOLS_H_
       
     3 
       
     4 	#include <wx/wxprec.h>
       
     5 	#include <wx/wx.h>
       
     6 	#include <wx/textctrl.h>
       
     7 	#include <iostream>
       
     8 
       
     9 	void	IntToString( int i, char* in_pszbuffer );
       
    10 	char	*wxstr_to_charbuf(wxString	s);
       
    11 	void	charbuf_free(char	*s);
       
    12 
       
    13 #endif /*TOOLS_H_*/