Naming Conventions
Use the following naming conventions for functions and files:
- The initial letters of the custom reader file name should identify the file format being parsed. For example,
pdf
for Adobe PDF files,rtf
for RTF files, andxls
for Microsoft Excel files. In the examples in this appendix, this is represented byxxx
. - The name of the shared library must end with the letters
sr
. -
The name of the exported functions in the module definition file must be
xxxGetReaderInterface
andxxxsrAutoDet
.NOTE: The letters
sr
are excluded fromxxxGetReaderInterface
, but are included inxxxsrAutoDet
.