RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
Loading...
Searching...
No Matches
option.c File Reference
#include <math.h>
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "r3types.h"
#include "grib.h"
#include "readgriball.h"
#include "r3util.h"
#include "engine.h"
#include "polar.h"
#include "glibwrapper.h"
#include "inline.h"
Include dependency graph for option.c:

Go to the source code of this file.

Functions

void optionManage (char option)
 compilation: gcc -c option.c
 

Function Documentation

◆ optionManage()