NXC
Version 1.2.1 r5
|
Output type of the ldiv function. More...
#include <NXCDefs.h>
Data Fields | |
long | quot |
long | rem |
Output type of the ldiv function.
Structure used to represent the value of an integral division performed by ldiv. It has two members of the same type, defined in either order as: long quot; long rem;.