Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
C (programming language)
(view source)
Revision as of 23:00, May 13, 2009
47 bytes added
,
23:00, May 13, 2009
no edit summary
Line 8:
Line 8:
<pre>
<pre>
−
#include <
stdio
.h>
+
#include <
unistd
.h>
int main()
int main()
{
{
−
printf
("Hello World!\n");
+
write
(
0,
"Hello World!\n"
, 13
);
return 0;
return 0;
}
}
Line 18:
Line 18:
==See Also==
==See Also==
−
:[http://gcc.gnu.org/ Free compiler]
+
:[http://gcc.gnu.org/ Free compiler]
, probably the most used free C compiler
:[http://www.openwatcom.org/index.php/Main_Page Open Watcom C Compiler], high quality free C/C++ compiler.
:[http://www.openwatcom.org/index.php/Main_Page Open Watcom C Compiler], high quality free C/C++ compiler.
:[http://www.c-compiler.com/ Miracle C compiler], free c/c++ compiler.
:[http://www.c-compiler.com/ Miracle C compiler], free c/c++ compiler.
FBar
9
edits
Navigation menu
Personal tools
Log in
Namespaces
Article
talk page
Variants
Views
Read
View source
View history
More
Search
Popular Links
Main Page
Recent changes
New Pages
Random page
Statistics
Edit Console
Special pages
Printable version