leapc
Loading...
Searching...
No Matches
inc
quo_mod.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
9
#ifndef __QUO_MOD_H__
10
#define __QUO_MOD_H__
11
22
struct
quo_mod
{
26
int
quo
;
30
int
mod
;
31
};
32
55
struct
quo_mod
quo_mod
(int x, int y);
56
57
#endif
/* __QUO_MOD_H__ */
quo_mod
Quotient and remainder in integer space.
Definition
quo_mod.h:22
quo_mod::mod
int mod
Integer modulus.
Definition
quo_mod.h:30
quo_mod::quo
int quo
Integer quotient.
Definition
quo_mod.h:26
Generated by
1.9.8