File:  [Research Unix] / researchv10no / cmd / odist / tar / misc.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

/* from id.c */
extern int gidnum(char *);
extern char *gidstr(int);
extern int uidnum(char *);
extern char *uidstr(int);

/* from sub.c */
struct sub {
	char *ostr;
	char *nstr;
	struct sub *next;
};

extern void addsub(struct sub **, char *, char *);
extern int sub(struct sub **, int, char [], int);

/* from util.c */
extern char *prog;
extern void *xmalloc(size_t);
extern char *xstrdup(char *);
extern long fpcopy(FILE *, FILE *, long);
extern void discard(FILE *, long);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.