Sha256: 26be7d5373b6be4ae661dfe61aea3e1280a61d4f4f9826484106b4a8507b74d0
Contents?: true
Size: 391 Bytes
Versions: 16
Compression:
Stored size: 391 Bytes
Contents
/* Copyright (c) 2011 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> int main(int argc, char *argv[]) { #ifdef FOO printf("FOO is defined\n"); #endif printf("VALUE is %d\n", VALUE); #ifdef PAREN_VALUE printf("2*PAREN_VALUE is %d\n", 2*PAREN_VALUE); #endif return 0; }
Version data entries
16 entries across 16 versions & 3 rubygems