/*D
   MPI_Info_create - Creates a new info object

Synopsis:
.vb
int MPI_Info_create(MPI_Info *info)
.ve

Output Parameters:
. info - info object created (handle)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_OTHER

D*/

