pclose_ar_file(3g) — Subroutines
Name
pclose_ar_file − Closes an archive file and removes its identifier from the open archive files in the PHIGS state list.
Operating States: PHOP, ∗, ∗, AROP
PHIGS standard function
Syntax
void pclose_ar_file (
Pint archive_id /∗ (I) Archive file identifier ∗/
)
Description
pclose_ar_file produces the following results:
•The specified archive file is closed.
•The archive file identifier is removed from the set of open archive files in the PHIGS state list.
•If no archive files are open, the archive state is changed from AROP to ARCL.
See Also
pinq_ar_files
pinq_ar_st
popen_ar_file