Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Warnings
//Title of this code //gcc 4.9.2 #include<stdio.h> int foo(void) __attribute__((warn_unused_result)); int main (int argc, char **argv) { foo(); return (0); } int foo(void) { printf("Hello World!\n"); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
tickeParsing.c
joseph triangle
strend
linear_search.c
Project 3 Part 1 v2.1
150116_MatrizOrdenada
shrinken shraken shrank leave as no cold call acces program unles clownbtweak blue voda
Nice1
Padding Err
C code to compare two texts in form of array of chars ignoring the capitalization
Please log in to post a comment.