1
0
Files
irix-657m-src/eoe/man/man3c/sysid.3c
2022-09-29 17:59:04 +03:00

22 lines
558 B
Plaintext

'\"macro stdmacro
.TH SYSID 3C
.SH NAME
sysid \- return pseudo-unique system identifier
.SH SYNOPSIS
.B "unsigned sysid(unsigned char id[16]);
.SH DESCRIPTION
.I sysid\^
provides a pseudo-unique system identifier that is generated from the true
unique system identifier.
If
.I id
is non-NULL, an ASCII representation of the identifier is placed in the
array pointed to by
.IR id .
This function is provided for backward compatibility.
.SH "SEE ALSO"
sysinfo(1), sysinfo(2), syssgi(2).
.SH DIAGNOSTICS
.I sysid
returns a pseudo-unique 32-bit unsigned number.