Sha256: e8dfc6dc5021a700941de7f8520753e1968f1e893be7b7e40579e11cb2ad3012
Contents?: true
Size: 441 Bytes
Versions: 28
Compression:
Stored size: 441 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 entry point function that's excluded by removing C runtime libraries. extern "C" void mainCRTStartup() { } // Still needed because the linker checks for existence of one of main, wmain, // WinMain, or wMain to offer informative diagnositics. int main() { return 0; }
Version data entries
28 entries across 28 versions & 5 rubygems