next up previous contents index
Next: Sample module: LALPrimer.c Up: Header LALStatusMacros.h Previous: Example: A LAL primer   Contents   Index

Sample header: LALPrimer.h







#ifndef _LALPRIMER_H  /* Double-include protection. */
#define _LALPRIMER_H

#include <lal/LALDatatypes.h>

#ifdef  __cplusplus   /* C++ protection. */
extern "C" {
#endif


NRCSID( LALPRIMERH, "$Id: LALPrimer.h,v 1.3 2000/11/09 23:37:20 jolien Exp $" );

#define LALPRIMERH_ENULL 1
#define LALPRIMERH_EDIV0 2
#define LALPRIMERH_MSGENULL "Null pointer"
#define LALPRIMERH_MSGEDIV0 "Division by zero"

void
REAL4Invert( LALStatus *stat, REAL4 *output, REAL4 input );

void
REAL4Divide( LALStatus *stat, REAL4 *output, REAL4 numer, REAL4 denom);


#ifdef  __cplusplus
}
#endif  /* C++ protection. */
#endif  /* Double-include protection. */



LAL test account 2003-10-23