osf.c: Function to return OSF system table value

link cfunc
November 17, 1997; Gregg M. Townsend
Requires: OSF or Digital UNIX, dynamic loading
This file is in the public domain.

osftable(id, index, len) returns one element from an OSF table() call.
This function is for the OSF operating system, and fails on other systems.

See "man table" for a detailed description of the "table" system call
and the formats of the structures returned; see /usr/include/table.h
for a list of allowed ID values.

Defaults: index    0
          len    100

Source code | Program Library Page | Icon Home Page