Sha256: b8348432a9110cc41248292eb2e751497257ef423f3bb0990592dc1712af10e8

Contents?: true

Size: 412 Bytes

Versions: 4

Compression:

Stored size: 412 Bytes

Contents

#include <stdio.h>

#include "inc.h"
#include "include1.h"
#include "include2.h"
#include "include3.h"
#include "deeper.h"

int main(void)
{
  printf("Hello from prog2.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

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/generator-output/src/subdir2/prog2.c
mt-libuv-4.1.03 ext/gyp/test/generator-output/src/subdir2/prog2.c
mt-libuv-4.1.02 ext/gyp/test/generator-output/src/subdir2/prog2.c
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/generator-output/src/subdir2/prog2.c