int product (int x, int y) { return x * y; } char *product (char *company, int prodID) { /* magic to return name of product related to prodID in the given company */ }