git: 9front

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