Subversion Repositories Shiroi

Rev

Blame | Last modification | View Log | Download | RSS feed

/* $Id: math.h 9 2024-08-28 16:35:27Z nishi $ */

#ifndef __MATH_H__
#define __MATH_H__

void math_card(int t, int port);

long modl(long a, long b);
long divl(long a, long b);
long mull(long a, long b);

#endif