]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/miniunz.h
Switch to full JavaSE-11+ compatibility
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / Minizip / minizip / miniunz.h
1 #ifndef MINIUNZ_H
2 #define MINIUNZ_H
3 #ifdef __cplusplus 
4 extern "C" {
5 #endif
6
7 int miniunz(int argc , char *argv[]); /* Renamed the main function */
8 #ifdef __cplusplus 
9 }
10 #endif
11 #endif /* End of header file MINIUNZ_H */