This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2024-11-28 10:33:07 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bb93064d78
tinycc
/
examples
/
ex1.c
9 lines
105 B
C
Raw
Normal View
History
Unescape
Escape
Revert "Make ex1.c and ex4.c be executable on any systems" Using /usr/bin/env tcc doesn't work as it was reported. Revert to using the full path which fails if the user installs tcc in non-default location. Then again this is just an example. This reverts commit 27a428cd0fae475d7377e1dbe218c064ee217d85.
2012-06-12 17:45:13 +04:00
#
!
/
usr
/
local
/
bin
/
tcc -run
added examples
2003-10-05 01:25:32 +04:00
#
include
<tcclib.h>
fix makefiles etc for subdirs
2009-04-18 16:31:35 +04:00
int
main
(
)
added examples
2003-10-05 01:25:32 +04:00
{
printf
(
"
Hello World
\n
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink