Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef ISL_PRINTER_TYPE_H
  2. #define ISL_PRINTER_TYPE_H
  3.  
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7.  
  8. struct isl_printer;
  9. typedef struct isl_printer isl_printer;
  10.  
  11. #if defined(__cplusplus)
  12. }
  13. #endif
  14.  
  15. #endif
  16.