#include <lal/LALDatatypes.h>
This header defines the standard data types and data structures that are used throughout LAL. They fall into three general categories: primitive datatypes, aggregates of primitive datatypes, and structured datatypes. The LAL status structure is a special case of a structured datatype that is used in every standard LAL function.
This header file is automatically included by the header
LALStdlib.h. In turn, this header file starts by including the
header LALAtomicDatatypes.h, which is discussed in the
following section.