LALStd.c File Reference

#include <config.h>
#include <stdlib.h>
#include <stdarg.h>
#include <lal/LALRCSID.h>

Include dependency graph for LALStd.c:

Go to the source code of this file.

Defines

#define vsnprintf(s, n, f, a)   vsprintf( s, f, a );

Functions

 NRCSID (LALSTDC,"$Id: LALStd.c,v 1.4 2007/06/08 14:41:53 bema Exp $")
int vsprintf (char *str, const char *fmt, va_list ap)
int LALSnprintf (char *str, size_t size, const char *fmt,...)
int LALVsnprintf (char *str, size_t size, const char *fmt, va_list ap)

Variables

const int lalNoDebug = 0


Define Documentation

#define vsnprintf ( s,
n,
f,
a   )     vsprintf( s, f, a );

Definition at line 65 of file LALStd.c.


Function Documentation

NRCSID ( LALSTDC  ,
"$Id: LALStd.  c,
v 1.4 2007/06/08 14:41:53 bema Exp $"   
)

int vsprintf ( char *  str,
const char *  fmt,
va_list  ap 
)

int LALSnprintf ( char *  str,
size_t  size,
const char *  fmt,
  ... 
)

int LALVsnprintf ( char *  str,
size_t  size,
const char *  fmt,
va_list  ap 
)


Variable Documentation

const int lalNoDebug = 0

Definition at line 91 of file LALStd.c.


Generated on Sun Sep 7 03:07:55 2008 for LAL by  doxygen 1.5.2