#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
char * | fchtak (char *ftext, int lgtext) |
unsigned int | ishftr_ (unsigned int *arg, int *len) |
unsigned int | lshift_ (unsigned int *arg, int *len) |
void | vxinvb_ (int *ixv, int *n) |
void | vxinvc_ (int *iv, int *ixv, int *n) |
void | cfget_ (int *lundes, int *medium, int *nwrec, int *nwtak, char *mbuf, int *astat) |
void | cfseek_ (int *lundes, int *medium, int *nwrec, int *jcrec, int *astat) |
void | cfclos_ (int *lundes, int *medium) |
int | cfstati_ (char *fname, int *info, int *lgname) |
void | cfopei_ (int *lundes, int *medium, int *nwrec, int *mode, int *nbuf, char *ftext, int *astat, int *lgtx) |
int | lnblnk_ (char *chline, int len) |
Variables | |
int | cfopen_perm = 0 |
void cfclos_ | ( | int * | lundes, | |
int * | medium | |||
) |
void cfget_ | ( | int * | lundes, | |
int * | medium, | |||
int * | nwrec, | |||
int * | nwtak, | |||
char * | mbuf, | |||
int * | astat | |||
) |
void cfopei_ | ( | int * | lundes, | |
int * | medium, | |||
int * | nwrec, | |||
int * | mode, | |||
int * | nbuf, | |||
char * | ftext, | |||
int * | astat, | |||
int * | lgtx | |||
) |
void cfseek_ | ( | int * | lundes, | |
int * | medium, | |||
int * | nwrec, | |||
int * | jcrec, | |||
int * | astat | |||
) |
int cfstati_ | ( | char * | fname, | |
int * | info, | |||
int * | lgname | |||
) |
char* fchtak | ( | char * | ftext, | |
int | lgtext | |||
) |
int cfopen_perm = 0 |