arhdr --> ar_hdr.
updated docs on rd_arhdr.
This commit is contained in:
parent
4219306f55
commit
a26a4f7c9d
1 changed files with 5 additions and 3 deletions
|
@ -61,7 +61,7 @@ and write ACK-object files and libraries
|
||||||
.PP
|
.PP
|
||||||
.B wr_arhdr(fd, arhdr)
|
.B wr_arhdr(fd, arhdr)
|
||||||
.br
|
.br
|
||||||
.B struct arhdr *arhdr;
|
.B struct ar_hdr *arhdr;
|
||||||
.PP
|
.PP
|
||||||
.B wr_ranlib(fd, ran, cnt)
|
.B wr_ranlib(fd, ran, cnt)
|
||||||
.br
|
.br
|
||||||
|
@ -125,9 +125,9 @@ and write ACK-object files and libraries
|
||||||
.br
|
.br
|
||||||
.B long cnt;
|
.B long cnt;
|
||||||
.PP
|
.PP
|
||||||
.B rd_arhdr(fd, arhdr)
|
.B int rd_arhdr(fd, arhdr)
|
||||||
.br
|
.br
|
||||||
.B struct arhdr *arhdr;
|
.B struct ar_hdr *arhdr;
|
||||||
.PP
|
.PP
|
||||||
.B rd_ranlib(fd, ran, cnt)
|
.B rd_ranlib(fd, ran, cnt)
|
||||||
.br
|
.br
|
||||||
|
@ -261,6 +261,8 @@ reads two bytes from file descriptor
|
||||||
.I fd
|
.I fd
|
||||||
and interpretes them as an unsigned integer.
|
and interpretes them as an unsigned integer.
|
||||||
.PP
|
.PP
|
||||||
|
.I Rd_arhdr returns 1 if a header was read, and 0 on end-of-file.
|
||||||
|
.PP
|
||||||
When using any of the reading routines, you must define a routine
|
When using any of the reading routines, you must define a routine
|
||||||
named
|
named
|
||||||
.IB rd_fatal .
|
.IB rd_fatal .
|
||||||
|
|
Loading…
Add table
Reference in a new issue