| 総合手引 | セクション 9 | English | オプション |
#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
#include <sys/resourcevar.h>
store ルーチンは以下の機能を提供します。
| subyte() | |
| 1 バイトのデータをユーザ空間のアドレス base へ格納します。 | |
| susword() | |
| 1 ショートワードのデータをユーザ空間のアドレス base へ格納します。 | |
| suswintr() | |
| 1 ショートワードのデータをユーザ空間のアドレス base へ格納します。 この関数は割り込みコンテキスト中でも安全に呼び出せます。 | |
| suword() | |
| 1 ワードのデータをユーザ空間のアドレス base へ格納します。 | |
| STORE (9) | January 7, 1996 |
| 総合手引 | セクション 9 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
| — The Unix Haters' handbook | ||