Using User-Written Functions

To use a user-written function, follow these steps.

  1. Write the function. See Writing a User-Written Function.
  2. Compile and link the function. See Compiling and Linking User-Written Functions.
  3. Declare the function. See Declaring User-Written Functions.
  4. Call the function where needed. See Calling User-Written Functions.