Benchmark for some string operations.

This program benchmarks the following operations:

  • strcpy,
  • strlen,
  • strcat,
  • strcmp,
  • strrchr,
  • memcpy,
  • memcmp,
  • strstr.
Source file: bench-string.c