git: 9front

ref: 63a8d1e3eeb4504931640e00a1a067a2619199c0
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));
}