File: dieharder.php

package info (click to toggle)
dieharder 2.24.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,648 kB
  • ctags: 1,470
  • sloc: ansic: 8,146; sh: 5,826; makefile: 411; perl: 73; lisp: 23; php: 2
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

//
// A "Standard Document" wrapper.  I could ALMOST make this work
// according to its OWN name, were it not that the document title might
// be longer and different...
//

include("common.php");

display_doc("dieharder" , "dieharder");

?>