How do you declare external functions in TSL?

Showing Answers 1 - 1 of 1 Answers

shreethik

  • Jun 14th, 2005
 

External functions are declared using the "extern" declaration that references an external function. 
 
The syntax is: 
extern (parameter1,parameter2....). 
type--> refers to the return type of the function.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions