#include #include #include int check_smaller(int value) { if (value < HELLO_LIMIT) { return 0; } else { return -1; } }