diff options
| author | bellard <bellard> | 2003-10-05 10:21:28 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2003-10-05 10:21:28 +0000 |
| commit | 44cea6aee95b36592743ebcca15087e5afc7d7cc (patch) | |
| tree | 8872063a47bb9e27cc99355b345f6f7776f2cf3b /README | |
| parent | 77a19bf50e8e1baff65c763c41613dbc23dce106 (diff) | |
| download | tinycc-44cea6aee95b36592743ebcca15087e5afc7d7cc.tar.gz tinycc-44cea6aee95b36592743ebcca15087e5afc7d7cc.tar.bz2 | |
update
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ The include file <tcclib.h> can be used if you want a small basic libc include support (especially useful for floppy disks). Of course, you can also use standard headers, although they are slower to compile. -You can begin your C script with '#!/usr/local/bin/tcc' on the first +You can begin your C script with '#!/usr/local/bin/tcc -run' on the first line and set its execute bits (chmod a+x your_script). Then, you can launch the C code as a shell or perl script :-) The command line arguments are put in 'argc' and 'argv' of the main functions, as in |
