geirs2Panic  Richard J. Mathar
Fits header keyword batch editor
 All Classes Files Functions Variables Macros Pages
Functions
Histo.cxx File Reference
#include "config.h"
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <cmath>
#include "Histo.h"
Include dependency graph for Histo.cxx:

Functions

int fsort (const void *v1, const void *v2)
 Support of the qsort call in init(). More...
 

Function Documentation

int fsort ( const void *  v1,
const void *  v2 
)

Support of the qsort call in init().


Parameters
v1The first constant to be compared.
v2The second constant to be compared.
Returns
-1 if v1 is less than v2, +1 if v1 is larger than v2, 0 if both are equal.