git: 9front

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