Subversion Repositories Shiroi

Rev

Rev 12 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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