#include <stdlib.h>#include <stdbool.h>#include <stdint.h>#include <string.h>#include <errno.h>#include <assert.h>

Macros | |
| #define | min(x, y) |
| #define | max(x, y) |
| #define | SEC * 1 |
| #define | MIN * 60 SEC |
| #define | HOUR * 60 MIN |
| #define | DAY * 24 HOUR |
| #define | __unused __attribute__((unused)) |
| #define | __fmt_printf(i, first) __attribute__((format (printtf,(i),(f)))) |
| #define | pr_debug(fmt,...) |
| #define __fmt_printf | ( | i, | |
| first | |||
| ) | __attribute__((format (printtf,(i),(f)))) |
| #define __unused __attribute__((unused)) |
| #define DAY * 24 HOUR |
| #define HOUR * 60 MIN |
| #define max | ( | x, | |
| y | |||
| ) |
| #define min | ( | x, | |
| y | |||
| ) |
| #define MIN * 60 SEC |
| #define pr_debug | ( | fmt, | |
| ... | |||
| ) |
| #define SEC * 1 |