FMI Library: part of JModelica.org
Functions
fmi_zip_unzip_test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <JM/jm_types.h>
#include <JM/jm_callbacks.h>
#include <FMI/fmi_zip_unzip.h>
#include "config_test.h"

Go to the source code of this file.

Functions

void do_exit (int code)
 
void importlogger (jm_callbacks *c, jm_string module, jm_log_level_enu_t log_level, jm_string message)
 
int main (int argc, char *argv[])
 Unzip test. Tests the fmi_zip_unzip function by uncompressing some file. More...
 

Function Documentation

void do_exit ( int  code)

Definition at line 28 of file fmi_zip_unzip_test.c.

void importlogger ( jm_callbacks c,
jm_string  module,
jm_log_level_enu_t  log_level,
jm_string  message 
)

Definition at line 36 of file fmi_zip_unzip_test.c.

int main ( int  argc,
char argv[] 
)

Unzip test. Tests the fmi_zip_unzip function by uncompressing some file.

Definition at line 45 of file fmi_zip_unzip_test.c.