Simple light-weight LZ compression library.

Dependents:   display-puck

Revision:
1:0c9aeae76ab2
Parent:
0:ce4be867658b
--- a/lz.h	Thu Jul 17 14:16:11 2014 +0000
+++ b/lz.h	Tue Jul 29 14:02:53 2014 +0000
@@ -32,9 +32,9 @@
 #ifndef _lz_h_
 #define _lz_h_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
+//#ifdef __cplusplus
+//extern "C" {
+//#endif
 
 
 /*************************************************************************
@@ -49,8 +49,8 @@
                     unsigned int insize );
 
 
-#ifdef __cplusplus
-}
-#endif
+//#ifdef __cplusplus
+//}
+//#endif
 
 #endif /* _lz_h_ */