git: 9front

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