Table of Contents
zeroTRANS - zero a TRANS record
Set the contents of a TRANS
record to zero.
This function is part of libtcp.
int zeroTRANS(
TRANS *Tr
);
pointer to the record to zero
Always returns ERRok
The
function is somewhat cheesy. It literally zeros the memory space occupied
by the record.
libtcp(3tcp)
$Id: zeroTRANS.3,v
1.0 2008/08/14 18:56:47 kitchen Exp $
Table of Contents