Subversion Repositories Shiroi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 nishi 1
/* $Id: math.h 9 2024-08-28 16:35:27Z nishi $ */
2
 
3
#ifndef __MATH_H__
4
#define __MATH_H__
5
 
6
void math_card(int t, int port);
7
 
8
long modl(long a, long b);
9
long divl(long a, long b);
10
long mull(long a, long b);
11
 
12
#endif