#include <stdint.h>

#include<stdio.h>

#include<errno.h>

typedef int16_t mc_err_t;

mc_err_t whale_check(animal_t whale) {

if(whale==__HUMAN__) {

return roh(__BIG__,__SMALL__,__MINKE__,whale);

} else {

puts("꺼드럭거리지 마라..");

return -EINVAL;

}

}