OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / nbench / misc.h
1 /*
2 ** misc.h
3 ** Header for misc.c
4 ** BYTEmark (tm)
5 ** BYTE's Native Mode Benchmarks
6 ** Rick Grehan, BYTE Magazine
7 **
8 ** Creation:
9 ** Revision: 3/95
10 **
11 ** DISCLAIMER
12 ** The source, executable, and documentation files that comprise
13 ** the BYTEmark benchmarks are made available on an "as is" basis.
14 ** This means that we at BYTE Magazine have made every reasonable
15 ** effort to verify that the there are no errors in the source and
16 ** executable code.  We cannot, however, guarantee that the programs
17 ** are error-free.  Consequently, McGraw-HIll and BYTE Magazine make
18 ** no claims in regard to the fitness of the source code, executable
19 ** code, and documentation of the BYTEmark.
20 **  Furthermore, BYTE Magazine, McGraw-Hill, and all employees
21 ** of McGraw-Hill cannot be held responsible for any damages resulting
22 ** from the use of this code or the results obtained from using
23 ** this code.
24 */
25
26 /************************
27 ** FUNCTION PROTOTYPES **
28 ************************/
29
30 /*
31 long randwc(long num);
32 unsigned long abs_randwc(unsigned long num);
33 long randnum(long lngval);
34 */
35
36 #include "nmglobal.h"
37 int32 randwc(int32 num);
38 u32 abs_randwc(u32 num);
39 int32 randnum(int32 lngval);
40
41