Threads Debugging Library Functions tdinit(3CDB)
NAME
tdinit - performs initialization for libcdb library of
interfaces
SYNOPSIS
cc [ flag... ] file... -lcdb [ library... ]
#include
#include
tderre tdinit();
DESCRIPTION
The tdinit() function is the global initialization function
for the libcdb() library of interfaces. It must be called
exactly once by any process using the libcdb() library
before any other libcdb() function can be called.
RETURN VALUES
TDOK The libcdb() library of interfaces successfully
initialized.
TDER Initialization failed.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT Level Safe
SEE ALSO
libcdb(3LIB), attributes(5)
SunOS 5.11 Last change: 19 Oct 1998 1
|