In general, there are 3 things you must do to use a function that resides in an external library or object le:
The same holds for variables. To access a variable that resides in an external object le, you must declare it, and tell the compiler where to nd it. The following sections attempt to explain how to do this.