tinycc/win32/examples
seyko b5f88b593a Turn on a implicit-function-declaration warning by default.
A non declared function leads to a seriuos problems. And while
gcc don't turn this warning on lets tcc do it. This warning
can be turned off by -Wno-implicit-function-declaration option.
And autor must explicitly do this if program must be compiled
with this warning off.
2015-03-03 16:32:25 +03:00
..
dll.c win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
fib.c Turn on a implicit-function-declaration warning by default. 2015-03-03 16:32:25 +03:00
hello_dll.c dos2unix 2005-04-17 13:10:37 +00:00
hello_win.c win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00