Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ntostr.h

Go to the documentation of this file.
00001 #ifndef NTOSTR_H
00002 #define NTOSTR_H
00003 // $Id: ntostr.h,v 1.3 2001/08/05 12:48:52 dvermeir Exp $
00004 
00005 #include <string>
00006 
00008 
00010 string ntostr(int i);
00011 
00012 #endif
00013 

FSM [ August, 2001]