gtpc2m2cC/C++ Language Support User's Guide

FD_ZERO-Initialize the File Descriptor Set

This function initializes the file descriptor set to contain no file descriptors.

Format

#include   <sysgtime.h>
void FD_ZERO(fd_set* fdset)
 

fdset
The file descriptor set.

Normal Return

Void.

Error Return

Void.

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