Sha256: 01695986e48b00461746d204980115707eec4f14acb23f44f6b8bf9fdf32887d
Contents?: true
Size: 444 Bytes
Versions: 28
Compression:
Stored size: 444 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. */ int CalculatePerformExpression(char* expr, int significantDigits, int flags, char* answer); int main() { char buffer[1024]; return CalculatePerformExpression("42", 1, 0, buffer); }
Version data entries
28 entries across 28 versions & 5 rubygems