Scripts posted recently tagged to ansi-c in Kelpi

1- 1 of 1.

Hello World in Ansi C

to c ansi-c hello-world by nando.quintana

/* http://www.roesler-ac.de/wolfram/hello.htm#C-ANSI */
/* Hello World in C, Ansi-style */

#include <stdio.h>
#include <stdlib.h>
hits counter