Sha256: 4a990ade29b029944ba9feb03a2f52ef57f03a38a3885170d6b8ca6fd954839f

Contents?: true

Size: 291 Bytes

Versions: 1

Compression:

Stored size: 291 Bytes

Contents

/* Copyright (c) 2014 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.
 */

const char* getString()
{
#ifdef __LP64__
  return "Hello, 64-bit world!\n";
#else
  return "Hello, 32-bit world!\n";
#endif
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/android/32or64.c