Manual Page Result
0
Command: expacct | Section: 3 | Source: Digital UNIX | File: expacct.3.gz
expacct(3) Library Functions Manual expacct(3)
NAME
expacct - Expands accounting record
SYNOPSIS
#include <sys/acct.h>
double expacct (
comp_t record );
PARAMETERS
Specifies the compressed data type value obtained from any source con-
taining such information.
DESCRIPTION
The expacct() function converts acct structure members that have been
packed into a pseudo floating-point format from the compressed data
type comp_t to data type double.
NOTES
The algorithm for compressing kernel accounting data is system depen-
dent.
RELATED INFORMATION
Functions: acct(2) delim off
expacct(3)