shithub: scc

ref: 45fe8c2a4b1cfa77ccdf7670dfc62a9928153aac
dir: /src/cmd/ar-posix.c/

View raw version
static char sccsid[] = "@(#) ./ar/posix/driver.c";

#include "ar.h"

time_t
totime(long long t)
{
	return t;
}

int
setattr()
{
}