◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdlib.h> Syntax: div_t div( int numer, int denom ); ldiv_t ldiv( long int numer, long int denom ); Returns: (div) a div_t type structure. (ldiv) an ldiv_t type structure. -♦-