gtpc2m27C/C++ Language Support User's Guide

FD_CLR-Remove File Descriptor from the File Descriptor Set

This function removes a file descriptor from the file descriptor set.

Format

#include   <sysgtime.h>
void FD_CLR(int fd, fd_set* fdset)
 

fd
The file descriptor.

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