Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - div_t, ldiv_t structures, defined in stdlib.h.used to store the_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   div_t, ldiv_t  Structures, defined in stdlib.h.Used to store the_
                    values returned by the div and ldiv functions.


                    Definition:
                       typedef struct _DIV { int  quot,rem; } div_t;
                       typedef struct _LDIV { long quot,rem; } ldiv_t;

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson