/install/xbt/linux/misc/xcc_z.h

http://torrentpier2.googlecode.com/ · C Header · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 321293417f2b0c7a9ed19fdc9b5f477e MD5 · raw file

  1. #pragma once
  2. #include <xbt/virtual_binary.h>
  3. namespace xcc_z
  4. {
  5. Cvirtual_binary gunzip(const_memory_range);
  6. Cvirtual_binary gzip(const_memory_range);
  7. void gzip_out(const_memory_range);
  8. }