Searched refs:imaxdiv_t (Results 1 - 2 of 2) sorted by last modified time

/openbsd-current/include/
H A Dinttypes.h252 } imaxdiv_t; typedef in typeref:struct:__anon1
256 imaxdiv_t imaxdiv(intmax_t, intmax_t);
/openbsd-current/lib/libc/stdlib/
H A Dimaxdiv.c34 #include <inttypes.h> /* imaxdiv_t */
36 imaxdiv_t
39 imaxdiv_t r;

Completed in 201 milliseconds