__HALT_COMPILER
Halts the compiler execution
Byte position of the data start can be determined by the __COMPILER_HALT_OFFSET__ constant which is defined only if there is a __halt_compiler() presented in the file.
SYNTAX
__halt_compiler ( void ) : void
RETURN
No value is returned.
EXAMPLES
'embed data'