MPI 04.00 Reference >> mpiPlatform

mpiPlatformAtol

Declaration

int32_t mpiPlatformAtol(const char *ascii)

 

Required Header: stdmpi.h

Description

mpiPlatformAtol converts a numeric string to a int32_t. This function returns the converted value as a int32_t.

*ascii string to be converted
Returns
Converted the numeric text string ascii to a int32_t and returned it

See Also

mpiPlatformAtof