Sha256: ef90c0dbc90098e3d4154462c6c2f0f4996af3b81e47e886f1fce2fdd75a23d5
Contents?: true
Size: 375 Bytes
Versions: 44
Compression:
Stored size: 375 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> #include "b.h" int main(int argc, char** argv) { FILE* f; if (argc < 2) return 1; f = fopen(argv[1], "wt"); fprintf(f, "#define VALUE %d\n", funcA()); fclose(f); return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems