C++程序  |  7行  |  78 B

#include "defs.h"

SYS_FUNC(getpagesize)
{
	return RVAL_DECODED | RVAL_HEX;
}