Using User-Written Functions
To use a user-written function, follow these steps.
- Write the function. See Writing a User-Written Function.
- Compile and link the function. See Compiling and Linking User-Written Functions.
- Declare the function. See Declaring User-Written Functions.
- Call the function where needed. See Calling User-Written Functions.