Mention possibility of (limited!) type-checking of converter definitions.

This commit is contained in:
Stefan Krah 2013-03-14 13:04:59 +01:00
parent 1ea522b951
commit 767bd61dd7
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ ampersand.
Additional declarations may be placed into .c files. Duplicate declarations
are allowed as long as the function types are identical.
It is encouraged to declare custom converter types a second time right
above the converter function definition. The preprocessor will then catch
any mismatch between the declarations.
TBD: Make a list of fantasy types like *rw_buffer*.