35 if (order == NULL || dish_out == NULL)
return EINVAL;
47 return "Unknown dish";
49 return "Not enough ingredients for the dish";
52 return "Unknown error!";
int chef_cook(const char *order, char **dish_out)
const char * chef_strerror(int error)