shithub: scc

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