Sha256: 51b906521c437e02978c4cc4b8f353a23bbc33bb576ba6eed0515dbedf68e508
Contents?: true
Size: 279 Bytes
Versions: 39
Compression:
Stored size: 279 Bytes
Contents
/* Copyright (c) 2009 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> const char *GetToolset(); int main(int argc, char *argv[]) { printf("%s\n", GetToolset()); }
Version data entries
39 entries across 39 versions & 5 rubygems