Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/refer/inv.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#include <stdarg.h>
#include "stdio.h"
#include "error.h"
#include "def.h"

typedef struct Alist {
	int	n;
	int	avail;
	char	**lp;
} Alist;

/* inv2 */
extern int newkeys(FILE *, FILE *, FILE *, int, FILE *);
extern void trimnl(char *);

/* inv3 */
extern void getargs(char *, Alist *);
extern char *getln(FILE *);

/* inv5 */
extern int recopy(FILE *, FILE *, FILE *, int);

/* inv6 */
extern void whash(FILE *, FILE *, FILE *, int, long int *, int *);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.