ieee1284_close — close an open port
#include <ieee1284.h>
int ieee1284_close(
port)
;
struct parport *port
;
To close an open port and free any resources associated with it, call ieee1284_close.
The port is now closed.
The port parameter is invalid (perhaps it is not open, for instance).
There was a problem at the operating system level. The global variable errno has been set appropriately.
ieee1284_open(3)