OpenCMISS-Iron Internal API Documentation
|
Converts a string representation of a number to a long integer. More...
Private Member Functions | |
integer(lintg) function | string_to_long_integer_c (STRING, ERR, ERROR) |
Converts a character string representation of a number to a long integer. More... | |
integer(lintg) function | string_to_long_integer_vs (STRING, ERR, ERROR) |
Converts a varying string representation of a number to a long integer. More... | |
Converts a string representation of a number to a long integer.
Definition at line 207 of file strings.f90.
|
private |
Converts a character string representation of a number to a long integer.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1556 of file strings.f90.
|
private |
Converts a varying string representation of a number to a long integer.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1582 of file strings.f90.