File: proto.h

package info (click to toggle)
arc 5.21q-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 640 kB
  • sloc: ansic: 6,630; makefile: 323
file content (13 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
u_int	getbuf PROTO ((FILE *f));
u_int	getb_ucr PROTO ((FILE *f));
u_int	getb_usq PROTO ((FILE *f));
u_int	getb_unp PROTO ((FILE *f));
VOID	hufb_tab PROTO ((u_char *buf, u_int len));
VOID	 lzw_buf PROTO ((u_char *buf, u_int len, FILE *f));
VOID	putb_unp PROTO ((u_char *buf, u_int len, FILE *f));
VOID	putb_ncr PROTO ((u_char *buf, u_int len, FILE *f));
VOID	putb_pak PROTO ((u_char *buf, u_int len, FILE *f));
VOID	upper PROTO ((char *string));
int		move PROTO ((char *oldnam, char *newnam));
int		crcbuf PROTO ((int, u_int, u_char *));
FILE *	tmpopen PROTO ((char *path));