Seg_Adr(3)

Synopsis

cc [ flag ... ] file ... -lunify -levents -lpvm3 -lgpvm3 -lthread -ll -lsocket -lnsl -lw -lposix4 -lucb [ library ... ]

#include "unify.h"

char *Seg_Adr(seg_id_type seg_id);

Description

Seg_Adr returns a pointer to the starting address of the segment referenced by seg_id.

Return Values

The starting address of the segment referenced by seg_id is returned upon success. Otherwise, NULL is returned.

Errors

An error will occur if seg_id is not a valid segment identifier.

See Also

Create_Seg(3), unifyintro(3)


RCS status $Id: Seg_Adr.html,v 1.1 1998/01/14 16:21:24 dieter Exp $