Installation manual

Chapter 8 PA Library
8-2
pa_ini_sys
Function
PA library initialization
Syntax
long pa_ini_sys(void)
Explanation
This “pa_ini_sys” has to be called before using PA library.
Return value
ERR_OK Normal termination
Others: Anomalous termination (Refer to error table)
Reference
pa_ter_sys
Description example
#include <pa.h> .. Library prototype declaration
#include <paerr.h> .. Error code
main()
{
pa_ini_sys();
:
:
pa_ter_sys();
}
pa.hNeeds when the library is used.
paerr.hNeeds on account error names are declared.
M
M
e
e
m
m
o
o