shithub: scc

ref: b7bebb290854fb4aeff7f7112fda09d04818534f
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()
{
}