shithub: riscv

ref: 013b4983140cc2fbb7df9e3647e2e7c5d575a9dd
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));
}