man3tcp/zeroTRANS

Table of Contents

Name

zeroTRANS - zero a TRANS record

Description

Set the contents of a TRANS record to zero.

This function is part of libtcp.

Syntax

int zeroTRANS(
   TRANS *Tr

   );

Arguments

Tr

pointer to the record to zero

Returns

Always returns ERRok

Notes

The function is somewhat cheesy. It literally zeros the memory space occupied by the record.

See Also

libtcp(3tcp)

Manual page revision

$Id: zeroTRANS.3,v 1.0 2008/08/14 18:56:47 kitchen Exp $


Table of Contents