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

Output type of the ldiv function. More...

#include <NXCDefs.h>

Data Fields

long quot
 
long rem
 

Detailed Description

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

See Also
ldiv()
Examples:
ex_ldiv.nxc.

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