OpenGrok
Cross Reference: internal.h
xref
: /
external
/
libmicrohttpd
/
src
/
microhttpd
/
internal.h
Home
|
History
|
Annotate
|
Download
|
only in
microhttpd
Lines Matching
refs:MHD_MIN
52
#define
MHD_MIN
(a,b) ((a)<(b)) ? (a) : (b)