Re: Experimental Debian Package
- Posted by jimcbrown (admin) Apr 20, 2010
- 3736 views
irv said...
A sort-of related question:
Is there a way to obtain the -version from inside a program? As in printf(1,"This program running on Euphoria version: %d",??) Where ?? is some function?
This is available in euphoria/info.e (note: not std/info.e or std/euphoria/info.e) - you probably want version_string() or version_string_short().
There is the M_EU_INFO machine_func() if you want do get the information without using info.e (M_EU_INFO = 75).