Next: Implementation of Sequences and
Up: CONVENTIONS
Previous: Identifier Naming Details
  Contents
Recognizing the restrictions that may be imposed by the
development environments that may be used, the following conventions
are recommended.
- Base of the file name is limited to 8 characters.
The extension of a file name is limited to 3 characters.
- Only lower case letters and '_' may be used in file name specification.
- C header files have a ".h" extension.
- C source files have a ".c" extension.
With these restrictions even MS-DOS development environment can
be supported.