Improve portability (restict length of literal strings <= 4095) Adress literal limitaton in ISO C99, that requires compilers to support only…
Show more
Improve portability (restict length of literal strings <= 4095)Adress literal limitaton in ISO C99, that requires compilers to supportonly strings up to 4095 bytes. As a consequence, we have to splitthe compiled-in literal commands into two parts.
Show less