diff options
| author | grischka <grischka> | 2009-06-17 02:09:20 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-06-17 02:09:20 +0200 |
| commit | a342bbadc8da67c8cb64c6ad9731b27a1ad30bad (patch) | |
| tree | 47dd04602727fe60ca5291a9eefd4b9f43064cdb /examples | |
| parent | 69fdb57eddd00c592828605819f0678522d346c6 (diff) | |
| download | tinycc-a342bbadc8da67c8cb64c6ad9731b27a1ad30bad.tar.gz tinycc-a342bbadc8da67c8cb64c6ad9731b27a1ad30bad.tar.bz2 | |
use static declaration from prototype
static int func();
...
int func() { }
As result, func needs to be static.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
