C/C++
fox.asc
Associated article: Benchmarking C Statements
Tags: C/C++ Design
_Benchmarking C Statements_ by David Fox [LISTING ONE] 1| /* sbench.c -- C statement benchmark generator. */ 2| /* Released to the public domain by David L. Fox, 1988. */ 3| 4| /* This program will read a list of C statements and generate a test 5| program to time ...


