shithub: scc

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