Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:48:19

0001 #ifndef ISL_PRINTER_TYPE_H
0002 #define ISL_PRINTER_TYPE_H
0003 
0004 #if defined(__cplusplus)
0005 extern "C" {
0006 #endif
0007 
0008 struct isl_printer;
0009 typedef struct isl_printer isl_printer;
0010 
0011 #if defined(__cplusplus)
0012 }
0013 #endif
0014 
0015 #endif