C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Compiler Pragmas
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
13-96
SSV
To compile:
c89 -Wsrl -c SRL_1.C
// client.C
#include "inc.h"
// Member functions exported by s are
// only declared - no definition is provided.
To compile:
c89 client.C SRL_1.o
SSV
The SSV pragma specifies a list of search subvolumes (SSVs) to be searched for files
specified in #include directives.
In general, the subvolumes are searched in the order specified in the search
subvolume list, starting with SSV0, then SSV1, and so on.
n
is the order in which to search the subvolumes; n is a number in the range 0
through 49.
node
is the name of the node to search.
volume
is the name of the volume to search.
subvolume
is the name of the subvolume to search.
SSVn { "[node.]$volume" }
{ "[$volume.]subvolume" }
{ "[node.]$volume.subvolume"}