7 lines
78 B
C
7 lines
78 B
C
#include "defs.h"
|
|
|
|
SYS_FUNC(getpagesize)
|
|
{
|
|
return RVAL_DECODED | RVAL_HEX;
|
|
}
|