#ifndef __MGRINTTOSTRING_H__
#define __MGRINTTOSTRING_H__

#include	<libMG.h>		/* MGsProperty */

char*	MGrIntToString( int );

#endif