this repo has no description
at fixPythonPipStalling 11 lines 245 B view raw
1/* 2 * signgam.c 3 * 4 * by Ian Ollmann 5 * 6 * Copyright (c) 2007 Apple Inc. All Rights Reserved. 7 */ 8 9#include <math.h> 10 11int signgam; //purposefully not initialized to avoid having to create a new page to hold this and initialize at app launch.