#ifndef STDLIB_H #define STDLIB_H #include /* size_t */ #include int16_t min(int16_t a, int16_t b); int16_t max(int16_t a, int16_t b); #endif