We use the following formatting conventions in this book:
BYTE | 8-bit unsigned data |
CHAR | 8-bit signed data |
WORD | 16-bit unsigned integer |
SHORT | 16-bit signed integer |
DWORD | 32-bit unsigned integer |
LONG | 32-bit signed integer |
FLOAT | 32-bit single-precision floating point number |
DOUBLE | 64-bit double-precision floating point number |
All source code that we have produced is written in ANSI C. (This is relevant only if you are still using one of the older compilers.)
protocol://site.name/
protocol://site.name/directory/
protocol://site.name/directory/file.name
Copyright © 1996, 1994 O'Reilly & Associates, Inc. All Rights Reserved.