Sha256: 3fa03e94db2da82dec59cff562fbf256f42813e00d78b21393a6037d35633da8
Contents?: true
Size: 430 Bytes
Versions: 40
Compression:
Stored size: 430 Bytes
Contents
#include <stdio.h> #include "inc.h" #include "include1.h" #include "include2.h" #include "include3.h" #include "deeper.h" int main(int argc, char *argv[]) { printf("Hello from prog1.c\n"); printf("Hello from %s\n", INC_STRING); printf("Hello from %s\n", INCLUDE1_STRING); printf("Hello from %s\n", INCLUDE2_STRING); printf("Hello from %s\n", INCLUDE3_STRING); printf("Hello from %s\n", DEEPER_STRING); return 0; }
Version data entries
40 entries across 40 versions & 6 rubygems