expacct - Expand accounting record
#include <sys/acct.h>
double expacct(
comp_t record );
Specifies the compressed data type value obtained from any
source containing such information.
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.
The algorithm for compressing kernel accounting data is
system dependent.
Functions: acct(2)
expacct(3)
[ Back ] |