home *** CD-ROM | disk | FTP | other *** search
- /* FUNKEY.C - Typed from Microsoft C Programming for the IBM */
- /* by Robert Lafore, page 275. Assigns function key to string */
- /* typed by user, uses any number of command line arguments. */
- /****************************************************************/
-
- main(argc,argv)
- int argc;
- char *argv[];
- {
-