View Single Post
Mentor
7Nov2011,20:00  
xpi0t0s's Avatar
Code:
char generate_code(char *category)
{
  return category[0];
}