EM-ODP
3.7.0
Event Machine on ODP
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | DIFF_ABS(a, b) ((a) > (b) ? (a) - (b) : (b) - (a)) |
#define | SMALLEST_NBR(a, b) ((a) > (b) ? (b) : (a)) |
EM internal queue functions
Definition in file em_queue_inline.h.