8 lines
78 B
C
8 lines
78 B
C
|
|
#ifndef _PRINTER_H_
|
||
|
|
#define _PRINTER_H_
|
||
|
|
|
||
|
|
void printer_thread_init();
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|