MPI 04.00 Reference >> mpiPlatform
mpiPlatformAtol
Declaration
long mpiPlatformAtol(const char *ascii)
Required Header: stdmpi.h
Description
mpiPlatformAtol converts a numeric string to a long. This function returns the converted value as a long.
| *ascii | string to be converted |
|---|
| Returns |
|---|
| Converted the numeric text string ascii to a long and returned it |
