git: 9front

ref: 20fc36e2af47d4f6892b663b58299d9b98c1151f
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));
}