Subversion Repositories planix.SVN

Rev

Blame | Last modification | View Log | RSS feed

#include <u.h>
#include <libc.h>

vlong
atoll(char *s)
{
        return strtoll(s, nil, 0);
}