Standard LibraryMatematykaMathematical FunctionsTypesldiv_tNa tej stroniestd::ldiv_t Description Structure type, return of the std::div function Declarations struct ldiv_t { long quot; long rem; }; or struct ldiv_t { long rem; long quot; };
Standard LibraryMatematykaMathematical FunctionsTypesldiv_tNa tej stroniestd::ldiv_t Description Structure type, return of the std::div function Declarations struct ldiv_t { long quot; long rem; }; or struct ldiv_t { long rem; long quot; };