shithub: scc

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