Sha256: 651a409cbd08c1ad62c8718f139aaecfcaa9339a863329c9abe28f4faa0e76f1
Contents?: true
Size: 293 Bytes
Versions: 40
Compression:
Stored size: 293 Bytes
Contents
#include <stdio.h> extern void func(void); int main(int argc, char *argv[]) { printf("Hello from prog1.c\n"); func(); /* * Uncomment to test same-named files in different directories, * which Visual Studio doesn't support. subdir1_func(); subdir2_func(); */ return 0; }
Version data entries
40 entries across 40 versions & 6 rubygems