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