なぜシステムコールgetpagesize()
はint
を返し、unsigned int
またはsize_t
ではないのですか?getpagesize()がintを返すのはなぜですか?
Prototypeと、以下の短い説明:それが発明されたとき
GETPAGESIZE(2)
NAME
getpagesize - get memory page size
SYNOPSIS
#include <unistd.h>
int getpagesize(void);
同様の理由で* [理由] * [this](http://stackoverflow.com/questions/38719737/why-does-fgets-accept-an-int-instead-of-a-size-t )、私が推測しなければならなかったら[?] –