#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fcntl.h"
#include "cio.h"
#include "task.h"
Go to the source code of this file.
Functions | |
int | CioPutC (IOCB *I, int c) |
int | CioWrite (IOCB *I, char *b, int n) |
int CioPutC | ( | IOCB * | I, | |
int | c | |||
) |
Definition at line 35 of file ciowrite.c.
References CIO_RDONLY, FCNTL_WRONLY, htabs, HTABS::HtabsEntry, _iocb::ichid, _iocb::mode, and H_JVEC::putv.
Referenced by _put().
int CioWrite | ( | IOCB * | I, | |
char * | b, | |||
int | n | |||
) |
Definition at line 49 of file ciowrite.c.
References CIO_RDONLY, FCNTL_WRONLY, htabs, HTABS::HtabsEntry, _iocb::ichid, _iocb::mode, and H_JVEC::writev.
Referenced by _write().