Sha256: c120c8bb704a5f53cd9fb39f23c20e741792aa5b70c781f6633df794438e9193

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

// Copyright (c) 2012 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stdio.h>

extern void func(void);
extern void subdir1_func(void);
extern void subdir2_func(void);

int main(void)
{
  printf("Hello from prog3.c\n");
  func();
  subdir1_func();
  subdir2_func();
  return 0;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/same-source-file-name/src/prog3.c
mt-libuv-4.1.03 ext/gyp/test/same-source-file-name/src/prog3.c
mt-libuv-4.1.02 ext/gyp/test/same-source-file-name/src/prog3.c
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/same-source-file-name/src/prog3.c