public final class div_t
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
div_t() |
|
div_t(int quot,
int rem) |
protected |
div_t(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
quot()
quotient
|
int |
rem()
remainder
|
void |
setQuot(int value)
quotient
|
void |
setRem(int value)
remainder
|