ST10atoi
ST = Funzioni stringa
La funzione ST10atoi() prende una stringa (che rappresenta un intero) come argomento e ne restituisce il valore di tipo int. Simile a atoi() nel linguaggio C ma con source_start per puntare a una posizione della stringa sorgente.
IMPLEMENTAZIONE
ST10atoi(source, source_start, return)
Parametri:
| IN/OUT | TIPO DI VARIABILE | NOME ESEMPIO | DIM | |
|---|---|---|---|---|
| IN | ARRGBL | source | B | |
| IN | GLOBAL/CONST | source_start | L | |
| IN | GLOBAL | return | L | |