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