libdgsde(3) DG/UX R4.11MU05 libdgsde(3)
NAME
libdgsde - Special library for software development tools
SYNOPSIS
cc [flag...] file ... [ -l library ... ] -ldgsde
where:
library is any library except c.
The libdgsde library redefines the library functions that take a
pathname argument. Each redefined function calls dgsdepathname on
any path arguments and then calls the underlying function (with an
"_" prepended to the name.) The functions are:
access(2)
chdir(2)
execve(2)
fopen(3)
lstat(2)
open(2)
stat(2)
Applications that wish to partake of the sde(5) mechanism and which
use only the above set of functions to access the system services
with a pathname argument, may merely link this library in their
application.
SEE ALSO
dgsdepathname(3).
Licensed material--property of copyright holder(s)