#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config/gru_config.h"
Data Structures | |
struct | test_options_t_ |
Copyright 2016 Otavio Rodolfo Piske. More... | |
Typedefs | |
typedef struct test_options_t_ | test_options_t |
Copyright 2016 Otavio Rodolfo Piske. | |
Functions | |
void | initialize_options (void *data) |
void | save_options (FILE *file, void *data) |
void | read_options (FILE *file, void *data) |
int | test_write_init (int argc, char **argv) |
int | test_read_init (int argc, char **argv) |
int | main (int argc, char **argv) |
typedef struct test_options_t_ test_options_t |
Copyright 2016 Otavio Rodolfo Piske.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
void initialize_options | ( | void * | data | ) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void read_options | ( | FILE * | file, | |
void * | data | |||
) |
void save_options | ( | FILE * | file, | |
void * | data | |||
) |
int test_read_init | ( | int | argc, | |
char ** | argv | |||
) |
int test_write_init | ( | int | argc, | |
char ** | argv | |||
) |