// Setup Information Lines static void returnHelp() { system("Color 1A"); //add some color system("CLS"); // clears the screen printf ("\n"); // add carriage return printf ("Program Information\n"); printf ("\n"); printf ("Example: Add Example Here\n"); printf ("\n"); printf ("Author: Eddie Jackson\n"); printf ("Contact: mrnettek@yahoo.com\n"); printf ("Website: http://eddiejackson.net\n"); printf ("License: Freeware\n"); }