HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file data.Int512Util by barry
expand copy to clipboardexpand
/*
 {"description" : "Convert between integers and strings."}
*/

interface Int512Util{
	
	/*
	 {"@description" : "Convert an integer to a string."}
	*/
	char[] makeString(int512 i)
	
	/*
	 {"@description" : "Convert a string to a big integer."}
	*/
	int512 int512FromString(char s[])
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n data.Int512Util -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation