|
||
void printer_close ( int ff )
int ff; // form_feed flag
|
|
|
Synopsis |
#include "silver.h"
The printer_close function closes the printer port opened by the previous printer_open call. If ff is 1, then a form feed is first sent to the printer to eject the page. If ff is 0, no form feed is sent.
|
|
Parameters |
ff is an integer that determines whether or not a form feed is sent to the printer before closing it.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|