Using DPFLOAT with C

The C subdirectory in the distribution contains a small example program in C
that makes use of DPFLOAT. It displays the total bytes downloaded for each
user. The 32bit version can be compiled as a "32bit console application". The
16bit version can be compiled as a "default windowing application", given your
compiler supports that. Please note the hardcoded path to the USERS file. You
may have to change that in the source code.

For 16bit link DPFLT.LIB into your project to have it load DPFLT.DLL.
For 32bit link DPFLT32.LIB into your project to have it load DPFLT32.DLL.
Include DPFLT.H in the source files that use functions from DPFLOAT.
The enclosed USERS.H (structure of the USERS file) has the original PowerBBS
"double" values split into two "float" values as explained in DPFLT.TXT. Make
sure your compiler understands "float" as a 4 byte value!
