gtpc2m28C/C++ Language Support User's Guide

FD_COPY-Copy the File Descriptor Set

This function copies the file descriptor set.

Format

#include   <sysgtime.h>
void FD_COPY(const fd_set* fdset1, fd_set* fdset2)
 

fdset1
The file descriptor set that is being copied.

fdset2
The file descriptor set into which the copy is placed.

Normal Return

Not applicable.

Error Return

Not applicable.

Programming Considerations

Examples

See the example provided for the tpf_select_bsd function in tpf_select_bsd-Indicates Read, Write, and Exception Status.

Related Information