FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
qmin
stand/libsa/stand.h
417
static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); }
sys/sys/libkern.h
95
static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); }