galloca.h File Reference

API published in:
API deprecated in:


#include <glib/gtypes.h>

Go to the source code of this file.


Defines

#define  g_alloca(size)   alloca (size)
#define  g_newa(struct_type, n_structs)   ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_structs)))

Functions

G_BEGIN_DECLS char *  alloca ()

Define Documentation

#define g_alloca size   )     alloca (size)
 
#define g_newa struct_type,
n_structs   )     ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_structs)))
 

Function Documentation

G_BEGIN_DECLS char* alloca  ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top