Sha256: 5f4a88d85b3d214a6448030aad4bc2906ac5dae5d89e6d6b81dbc83d76393f76
Contents?: true
Size: 331 Bytes
Versions: 24
Compression:
Stored size: 331 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> static char data[] = { #include "cross_program.h" }; int main(int argc, char *argv[]) { fwrite(data, 1, sizeof(data), stdout); return 0; }
Version data entries
24 entries across 24 versions & 4 rubygems