git: 9front

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