#include <stddef.h>
#include <errno.h>
#include <fcntl.h>
#include "chan_user.h"
#include <os.h>
Go to the source code of this file.
Initial value:= {
.type = "null",
.init = null_init,
.open = null_open,
.read = null_read,
.free = null_free,
.winch = 0,
}
Definition at line 40 of file null.c.