Subversion Repositories Shiroi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 nishi 1
/* $Id: math.h 13 2024-08-29 04:36:14Z nishi $ */
2
 
3
#ifndef __MATH_H__
4
#define __MATH_H__
5
 
12 nishi 6
void math_card(int, int);
9 nishi 7
 
12 nishi 8
long modl(long, long);
9
long divl(long, long);
10
long mull(long, long);
9 nishi 11
 
13 nishi 12
int muli(int, int);
13
 
9 nishi 14
#endif