#include <stdio.h>#include <stdlib.h>#include "global.h"#include "table.h"Go to the source code of this file.
Functions | |
| int | convert_delta_times () |
Variables | |
| double ** | delta_times |
| int convert_delta_times | ( | ) |
This function is called by the main function and it handles the other functions above. It takes care of the return values as well. It returns 0 in case of success and returns 1 otherwise.
| double** delta_times |
1.6.2-20100124