Kaydet (Commit) 6964f73b authored tarafından Guido van Rossum's avatar Guido van Rossum

include mymath.h

üst d9b6b5c7
......@@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define getdoublearg(v, a) getargs(v, "d", a)
#define get2doublearg(v, a, b) getargs(v, "(dd)", a, b)
#include <math.h>
#include "mymath.h"
#ifndef __STDC__
extern double fmod PROTO((double, double));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment