mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
include mymath.h
This commit is contained in:
parent
d9b6b5c756
commit
6964f73b85
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue