The routines LALSnprintf() and LALVsnprintf() are
wrappers for snprintf() and vsnprintf(), if these functions
are available, otherwise they are simply sprintf() or vsprintf().
It is strongly recommended that LALSnprintf() and LALVsnprintf()
be used rather than sprintf() and vsprintf() as the latter are
prone to buffer-overflow problems.
$Id: LALStd.c,v 1.3 2003/06/10 20:44:11 jolien Exp $