MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / isprinter

Function isprinter

src/parser.cpp:167–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167int isprinter (void)
168{
169 if (parallel_mode == PARALLEL_MODE_TCP_PRINTER) {
170 return 1;
171 }
172#ifdef WITH_VPAR
173 if (par_fd >= 0) {
174 return par_mode;
175 }
176#endif
177 return 0;
178}
179
180void flushprinter (void)
181{

Callers 5

ReadCIAAFunction · 0.85
ReadCIABFunction · 0.85
WriteCIAAFunction · 0.85
WriteCIABFunction · 0.85
serial_readstatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected