/*D
   MPI_Abi_set_fortran_booleans - Set Fortran logical type size and the value for .TRUE. and .FALSE.

Synopsis:
.vb
int MPI_Abi_set_fortran_booleans(int logical_size, void *logical_true,
                                 void *logical_false)
.ve

Input Parameters:
+ logical_size - the size of Fortran LOGICAL in bytes (integer)
. logical_true - the Fortran literal value .TRUE. (logical)
- logical_false - the Fortran literal value .FALSE. (logical)

.N ThreadSafe

.N Fortran

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

D*/

