lcc icon indicating copy to clipboard operation
lcc copied to clipboard

Add README blurb regarding C89

Open amyipdev opened this issue 3 years ago • 0 comments

Regards #47.

The issue was raised that LCC does not make it obvious that it is a C89 compiler. This occasionally causes problems for developers; for example, the movfuscator project uses LCC and has to warn its users to not attempt to use C99+ code. To make it clearer to developers, the README should state that LCC works only with C89.

This is not a resolution of the issue; being able to change the input target to C99 would be wonderful. However, it is a necessary change for now.

amyipdev avatar Sep 12 '22 23:09 amyipdev