this repo has no description
at fixPythonPipStalling 11 lines 251 B view raw
1/* 2 * version_info.c 3 * Libm 4 * 5 * Created by Ian Ollmann on 6/27/07. 6 * Copyright 2007 Apple Inc. All rights reserved. 7 * 8 */ 9 10extern const char Libm_version[]; 11const char __Libm_version[] = "@(#) " LIBM_VERSION_STRING " " __DATE__ " " __TIME__;