Up

syspackCompiler

Return the compiler used to compile the current loaded syspack library

Prototype :

fun [] S

Return : S the compiler.

See also

syspackBuild

Example

fun main ()=
	_showconsole;
	_fooS syspackCompiler;	// GNU GCC 4.4.1
	0;;