Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getdtablesize(3) — AIX/RT 2.2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

close

dup

dup2

open

select

getdtablesize

Purpose

     Gets descriptor table size.

Library

     Berkeley Library (libbsd.a)

Syntax

     int getdtablesize ( )

Description

     The  getdtablesize  subroutine  returns  the  size  of  a
     process descriptor table, which has at least 20 slots for
     each process.   Table entries  consist of  small integers
     starting at 0.

     In AIX, getdtablesize returns NOFILE, which is 200.

Related Information

     In  this  book:   "close,"  "dup,"  "dup2,"  "open,"  and
     "select."

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026