Name

haveacompiler — detect if you have a C compiler.

Calling Sequence

bOK=haveacompiler()

Parameters

bOK

returns %T if you have a C compiler.

Description

detect if you have a C compiler.

Examples

 
bOK = haveacompiler();
 

See Also

findlcccompiler , findmsvccompiler