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
This page is taken from the Encyclopedia of Graphics File Formats and is licensed by O'Reilly under the Creative Common/Attribution license.