Defines | Functions

fwch.c File Reference

#include <errno.h>
#include <liberrno.h>
#include <stdlib.h>
#include "fio.h"
Include dependency graph for fwch.c:

Go to the source code of this file.

Defines

#define FILE_CNT(__f)   (__f)->_cnt
#define FILE_PTR(__f)   (__f)->_ptr
#define FILE_FLAG(__f)   (__f)->_flag

Functions

long _fwch (unit *cup, long *uda, long chars, int mode)

Define Documentation

#define FILE_CNT (   __f  )     (__f)->_cnt

Definition at line 73 of file fwch.c.

Referenced by _fwch().

#define FILE_FLAG (   __f  )     (__f)->_flag

Definition at line 81 of file fwch.c.

Referenced by _fwch().

#define FILE_PTR (   __f  )     (__f)->_ptr

Definition at line 77 of file fwch.c.

Referenced by _fwch().


Function Documentation

long _fwch ( unit cup,
long *  uda,
long  chars,
int  mode 
)