| 総合手引 | セクション 9 | English | オプション |
#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
#include <sys/resourcevar.h>
fetch ルーチンは以下の機能を提供します。
| fubyte() | |
| ユーザ空間のアドレス base から 1 バイトのデータを取り出します。 | |
| fusword() | |
| ユーザ空間のアドレス base から 1 ショートワードのデータを取り出します。 | |
| fuswintr() | |
| ユーザ空間のアドレス base から 1 ショートワードデータを取り出します。 この関数は割り込みコンテキスト中でも安全に呼び出せます。 | |
| fuword() | |
| ユーザ空間のアドレス base から 1 ワードのデータを取り出します。 | |
| FETCH (9) | January 7, 1996 |
| 総合手引 | セクション 9 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void | ” |