NetCDF Assembler documentation 1.0.0
Loading...
Searching...
No Matches
main.cc File Reference

The main file of the project. More...

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)
 

Detailed Description

The main file of the project.

Author
Nicolas TORO

Function Documentation

◆ check_error()

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.

Parameters
in_i_errorThe error code
in_ac_fileThe file name
in_i_lineThe line number
in_ac_funcThe function name
Returns
void

◆ display_help()

void display_help ( char ** argv)

Display the help message.

Parameters
argvThe program arguments
Returns
void