shithub: riscv

ref: 373723d4f608c43bc5020cc32f35fa5e43503e73
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));
}