NetCDF Assembler documentation 1.0.0
|
The main file of the project. More...
#include "../include/nc_assembler.hh"
Functions | |
void | check_error (int in_i_error, const char *in_ac_file, const int in_i_line, const char *in_ac_func) |
Check if there is an error. | |
void | display_help (char **argv) |
Display the help message. | |
int | main (int argc, char **argv) |
The main file of the project.
void check_error | ( | int | in_i_error, |
const char * | in_ac_file, | ||
const int | in_i_line, | ||
const char * | in_ac_func ) |
Check if there is an error.
in_i_error | The error code |
in_ac_file | The file name |
in_i_line | The line number |
in_ac_func | The function name |
void display_help | ( | char ** | argv | ) |
Display the help message.
argv | The program arguments |