shithub: riscv

ref: de289929a762ea1354f702d415ee9c5f25d4d0da
dir: /sys/src/ape/lib/ap/gen/itol.c/

View raw version
#include	<stdlib.h>

long
itol(const char *s)
{
	return(strtol(s, (char **)0, 10));
}