README: Fix typo and remove trailing whitespace

mob
Øyvind A. Holm 2019-09-14 15:37:20 +02:00
parent 53a1521c2e
commit c6635504fe
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -12,14 +12,14 @@ Features:
-O0'.
- UNLIMITED! Any C dynamic library can be used directly. TCC is
heading torward full ISOC99 compliance. TCC can of course compile
heading toward full ISOC99 compliance. TCC can of course compile
itself.
- SAFE! tcc includes an optional memory and bound checker. Bound
checked code can be mixed freely with standard code.
- Compile and execute C source directly. No linking or assembly
necessary. Full C preprocessor included.
necessary. Full C preprocessor included.
- C script supported : just add '#!/usr/local/bin/tcc -run' at the first
line of your C source, and execute it directly from the command