C Declare and Declarein Kinds

Kind Name
Entity Performing Reference
Entity Being Referenced
C Declare
func
i
C Declarein
file.c
ext_func
C Declare Implicit
func
i
C Declarein Implicit
file.c
ext_func

Declare and Declarein reference kinds indicate the declaration of an entity.

extern int ext_func( char ) ; 
int func (void) { 
  int i; 
  ... 
} 

Scientific Toolworks, Inc.
http://www.scitools.com