NAME
grpc_arg_stack_new - Prepares a stack for the arguments.
SYNOPSIS
  grpc_arg_stack_t *grpc_arg_stack_new(int args)
ARGUMENTS
  int args 
- 	Number of arguments
 
DESCRIPTION
 The grpc_arg_stack_new() function prepares a stack for passing to grpc_call_arg_stack() and 
grpc_call_arg_stack_async().
 This function is MT-safe. 
RETURN VALUE
  If successful, the stack pointer is returned. If failed, NULL is returned.
ERRORS
  GRPC_NOT_INITIALIZED 
- 	The grpc_initialize() function has not been executed.
 
  GRPC_OTHER_ERROR_CODE 
-     Internal error detected.
 
last update : $Date: 2005/07/11 07:11:24 $