Version Identifier Routine

This routine returns an integer identifier between 0 and 255. The syntax is:

	gtm_ac_version()
	
	

Example:

	int gtm_ac_version()
	{ return 1;
	}