#include <lal/LALStdlib.h>
This header is the overall header for the std
package. It provides the datatypes, constants, and macros required by
most LAL functions, by including the following header files in the
std package:
#include <lal/LALRCSID.h> #include <lal/LALDatatypes.h> #include <lal/LALStatusMacros.h>
LALStdlib.h also includes function prototype headers
for certain standard modules used by many LAL routines:
#include <stdio.h> #include <stdarg.h> #include <lal/LALMalloc.h>
Author: J. D. E. Creighton, T. D. Creighton $Id: LALStdlib.h,v 1.11 2002/04/22 20:34:23 jolien Exp $