chickadee » crunch » c-external

(c-external [INCLUDE] NAME (ARGTYPE ...) RTYPE)syntax

Declares the external procedure NAME with the given argument and result types. The optional INCLUDE can name an include-file that is needed to access NAME and may be either a string or a symbol. If the former, then it is included as #include "INCLUDE", if the latter it is included as #include INCLUDE.