C++程序  |  9行  |  94 B

#include "defs.h"

SYS_FUNC(chdir)
{
	printpath(tcp, tcp->u_arg[0]);

	return RVAL_DECODED;
}