NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
div_t Struct Reference

Output type of the div function. More...

#include <NXCDefs.h>

Data Fields

int quot
 
int rem
 

Detailed Description

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;.

See Also
div()
Examples:
ex_div.nxc.

The documentation for this struct was generated from the following file: