git: 9front

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