home *** CD-ROM | disk | FTP | other *** search
- /* Display Processor Speed
- */
-
- /* main()
-
- Function: Display the speed of the current processor, as a
- percentage of a standard IBM-PC.
-
- Algorithm: Just call calib and print out the result.
- */
-
- main()
-
- {
- printf("This processor is %u%% of a standard IBM-PC.\n",calib());
- }
-