geirs2Panic
Richard J. Mathar
Fits header keyword batch editor
|
#include "config.h"
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <cmath>
#include "Histo.h"
Functions | |
int | fsort (const void *v1, const void *v2) |
Support of the qsort call in init(). More... | |
int fsort | ( | const void * | v1, |
const void * | v2 | ||
) |
Support of the qsort call in init().
v1 | The first constant to be compared. |
v2 | The second constant to be compared. |