summaryrefslogtreecommitdiff
blob: 1011e2bced3da158cbf77c31a1c20a85312d7bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ZoO_IO_PARAMETERS_H_
#define _ZoO_IO_PARAMETERS_H_

#include "parameters_types.h"

int ZoO_parameters_initialize
(
   struct ZoO_parameters param [const static 1],
   int const argc,
   const char * argv [const static argc]
);

#endif