Wraps a file descriptor as one end of a token pipe.

Synopsis

Declared in <util/tokenpipe.h>

TokenPipeEnd(int fd = ‐1);

Parameters

Name

Description

fd

the file descriptor to adopt, or ‐1 for a closed end

Created with MrDocs