Sha256: 8e08100d014e0bfb999e5c34f8813cab2891f8a616b7fbee4cccbc87cac7a0d2
Contents?: true
Size: 297 Bytes
Versions: 40
Compression:
Stored size: 297 Bytes
Contents
#include <stdio.h> extern void lib1_function(void); extern void lib2_function(void); extern void moveable_function(void); int main(int argc, char *argv[]) { fprintf(stdout, "Hello from program.c\n"); fflush(stdout); lib1_function(); lib2_function(); moveable_function(); return 0; }
Version data entries
40 entries across 40 versions & 6 rubygems