GadgetSeed  0.9.6
null.c ファイル

nullデバイス [詳解]

#include "device.h"
null.c の依存先関係図:

[ソースコード]

関数

static int null_register (struct st_device *dev, char *param)
 
static int null_putc (struct st_device *dev, unsigned char ch)
 

変数

const struct st_device null_device
 

詳解

nullデバイス

日付
2011.01.29
著者
Takashi SHUDO

null.c に定義があります。

変数詳解

◆ null_device

const struct st_device null_device
初期値:
= {
.name = "null",
.explan = "null device",
.register_dev = null_register,
.putc = null_putc,
}

null.c20 行目に定義があります。