test-vasprintf.c File Reference

#include <config.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Defines

#define ASSERT(expr)

Functions

int main (int argc, char *argv[])


Define Documentation

#define ASSERT ( expr   ) 

Value:

do                                                                           \
    {                                                                        \
      if (!(expr))                                                           \
        {                                                                    \
          fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
          fflush (stderr);                                                   \
          abort ();                                                          \
        }                                                                    \
    }                                                                        \
  while (0)

Definition at line 27 of file test-vasprintf.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 84 of file test-vasprintf.c.


Generated on Tue Oct 21 18:28:19 2008 for gsasl by  doxygen 1.5.6