Subversion Repositories Shiroi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 nishi 1
/* $Id: math.h 12 2024-08-29 04:19:08Z 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
 
12
#endif