Sha256: c0aa32ee3e8347b7cabc66f598d60b0f6a328ba3bec5c6626ff84de1a4d199f5
Contents?: true
Size: 262 Bytes
Versions: 44
Compression:
Stored size: 262 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> extern int funcA(); int main() { printf("%d\n", funcA()); return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems