;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

LIBRARY
 STDF-V321

PROTMODE

DESCRIPTION
 '@#Author Name:3.2.1#@STDFunctions library'

DATA
 MULTIPLE NONSHARED

CODE
 LOADONCALL

EXPORTS
 ThisProc
 ThatProc
 OtherProc

 RoutineNumberOne   = RoutineNumberOne   @1
 RoutineNumberTwo   = RoutineNumberTwo   @2
 RoutineNumberThree = RoutineNumberThree @3

IMPORTS
 FirstExternalProc  = ANOTHERLIB.123
 SecondExternalProc = ANOTHERLIB.456
 ThirdExternalProc  = ANOTHERLIB.789

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
