<- ^ ->
Function prototypes

22   Function prototypes

You cannot prototype functions from other modules (module interfaces are used for this). Functions from current modules need not be prototyped, gontc parses entire file and records all function definitions before proceeding with compilation.

<- ^ ->
Function prototypes