PatchworkOS
Loading...
Searching...
No Matches
div_t Struct Reference

#include <stdlib.h>

Data Fields

int quot
 
int rem
 

Detailed Description

Definition at line 74 of file stdlib.h.

Field Documentation

◆ quot

int div_t::quot

Definition at line 76 of file stdlib.h.

Referenced by _print(), _print_hexa(), _print_integer(), and div().

◆ rem

int div_t::rem

Definition at line 77 of file stdlib.h.

Referenced by _print(), _print_hexa(), _print_integer(), and div().


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