 |
Index for Section 3 |
|
 |
Alphabetical listing for E |
|
 |
Bottom of page |
|
expacct(3)
NAME
expacct - Expands accounting record
SYNOPSIS
#include <sys/acct.h>
double expacct (
comp_t record );
PARAMETERS
record Specifies the compressed data type value obtained from any source
containing 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 dependent.
RELATED INFORMATION
Functions: acct(2)
 |
Index for Section 3 |
|
 |
Alphabetical listing for E |
|
 |
Top of page |
|